praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
705 stars 133 forks source link

Font Bold #83

Closed NelsonSantos closed 5 years ago

NelsonSantos commented 7 years ago

Hi

We have a project that create, on runtime, simple images that we use as badge icons.

No problem on create it, but, we need to use a font with bold attribute set on it to draw better.

How to deal with fonts that need to use this attribute?

praeclarum commented 7 years ago

You can use bold fonts by using bold font names. For instance: "HelveticaBold"