saving a font

  • Thread starter Thread starter 2G
  • Start date Start date
Install it through the API with P/Invoke, see the docs for AddFontResource()

HTH
Brian W
 
I do
int i = AddFontResource("c:\\microN55.ttf");

and it returns 1 but the font doesn't seem to be installed (I can't find it
in the fonts dir). What should i do?

Grtz
 
Back
Top