D
deehen0
Hi,
I am trying to use a special font in an GDI+ application. The font
file is located in my root folder.
The following code does not work but might explain what I am trying to
do...
Font f = new Font(Server.MapPath("somefont.ttf"), 200);
Thank you for your time.
Regards,
Hensson
I am trying to use a special font in an GDI+ application. The font
file is located in my root folder.
The following code does not work but might explain what I am trying to
do...
Font f = new Font(Server.MapPath("somefont.ttf"), 200);
Thank you for your time.
Regards,
Hensson