A
Alex Davis
Does anyone know how use fonts that are NOT installed on the system?
Alex
Alex
Nicholas Paldino said:Alex,
You can add the file that the font is in through the AddFontFile method
on the PrivateFontCollection class. Once you have that, you can create a
new font class using the FontFamily that is exposed through the Families
property on the PrivateFontCollection instance.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Alex Davis said:Does anyone know how use fonts that are NOT installed on the system?
Alex