Built In Printer Fonts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Whenever I try to use a Font that is specific to the printer I am using, the
Font call returns a font that is loaded into windows instead. Here is an
example in C#.

.....Load printer information....
Font font = new Font("FontA1x1", 9.5F); //FontA1x1 is built into the
printer

After the call, the font variable equals Arial.

How can I get at the fonts that are "hardwired" into the printer and use
them in my C# printer calls.
Thanks,
James
 
Back
Top