How to get ALL available font styles using ImageSharp? #389
-
I would like to be able to access all the styles of a font.
will just return a collection of enumerators with the fonts in the defined styles. As a consequence I am not able to load that specific style. I checked The documentation, but have not been successful in finding any way to specify a custom named font style. I am welcome to any suggestion, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Bahnschrift is a variable font which is currently unsupported by the library. See Issue #5 We have a WIP PR to allow supporting CFF2 variable fonts but at this time now work has been started to allow support for TTF fonts. |
Beta Was this translation helpful? Give feedback.
Bahnschrift is a variable font which is currently unsupported by the library.
See Issue #5
We have a WIP PR to allow supporting CFF2 variable fonts but at this time now work has been started to allow support for TTF fonts.