View Full Version : List Available TrueType Fonts on Server
bobster
12-01-2003, 10:49 AM
Is there a way I can get a list of fonts that are installed on the web server?
I am using ABCpdf and one of the functions that it supports is the ability to embed any TrueType font that is installed on the server.
TIA!
</font id="Arial">
bruce
12-01-2003, 11:12 AM
Hmmm... i'll check w/ the SA regarding this.
Our servers are standard windows 2003 installation, we didn't add any additional fonts.
[b]quote:Originally posted by bobster
Is there a way I can get a list of fonts that are installed on the web server?
I am using ABCpdf and one of the functions that it supports is the ability to embed any TrueType font that is installed on the server.
TIA!
</font id="Arial">
</blockquote id="quote"></font id="quote">
shivkumarc
12-27-2006, 08:52 AM
You can list the fonts available by using the following code.
InstalledFontCollection insFont = new InstalledFontCollection();
FontFamily [] families = insFont.Families;
foreach (FontFamily family in families)
{
Response.Write (family.GetName(0) + "[b]");
}
List of fonts available are
Arial
Arial Black
Comic Sans MS
Courier New
Estrangelo Edessa
Franklin Gothic Medium
Gautami
Georgia
Impact
Latha
Lucida Console
Lucida Sans Unicode
Mangal
Marlett
Microsoft Sans Serif
MV Boli
Palatino Linotype
Raavi
Shruti
Sylfaen
Symbol
Tahoma
Times New Roman
Trebuchet MS
Tunga
Verdana
Webdings
Wingdings
vBulletin® ©Jelsoft Enterprises Ltd.