Font
-
I try to enumerate fonts utilizing InstalledFontCollection from GDI+. All works but the collection does not contain some fonts which I can see, for example in standard font dialog. .. such "MS Sans Serif" Is there any parameter to get such "system" fonts too, or other class or function to enumerate them? Thank you for help
viliam
-
I try to enumerate fonts utilizing InstalledFontCollection from GDI+. All works but the collection does not contain some fonts which I can see, for example in standard font dialog. .. such "MS Sans Serif" Is there any parameter to get such "system" fonts too, or other class or function to enumerate them? Thank you for help
viliam
Have you tried
EnumFonts()
andEnumFontFamilies()
?"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Have you tried
EnumFonts()
andEnumFontFamilies()
?"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons