With EnumFontFamiliesEx
, I get two instances of some fonts, the second of which has '@' prefixed to the face name in the LOGFONT
. For example, I get "MS PMincho" and "@MS PMincho". Yet for other fonts, I just get a single instance, like "Arial". What does the at-sign mean in this context?
The @font-face CSS at-rule specifies a custom font with which to display text; the font can be loaded from either a remote server or a locally-installed font on the user's own computer.
@font-face is a CSS rule that allows you to input your own font to appear on a website even when the particular font is not installed on the visitor's computer.
These are fonts specifically optimized for vertical text. See for example. If your application does not support writing from top to bottom, you should probably filter out such fonts.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With