jingwood / d2dlib

A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.
MIT License
234 stars 40 forks source link

Feature/font styles #94

Closed jingwood closed 1 year ago

jingwood commented 1 year ago

This pull request adds the font weight, font style and font stretch flags to DrawText function.

Sample Program image

jingwood commented 1 year ago

@drewnoakes Thanks very much!