K
Karl Hungus
Is there a way to use truetype fonts not installed on the system, but
existing as a file on the server? For example, if I have a true type file in
the same directory as my aspx file, can I use that to replace this
constructor somehow:
Font fontBanner = new Font("verdana", 35, FontStyle.Regular);
Im using gdi+ with asp.net (c#) to generate some simple images
Thanks in advace
existing as a file on the server? For example, if I have a true type file in
the same directory as my aspx file, can I use that to replace this
constructor somehow:
Font fontBanner = new Font("verdana", 35, FontStyle.Regular);
Im using gdi+ with asp.net (c#) to generate some simple images
Thanks in advace