GetFontNames()
Summary
Gets a list of the names of installed fonts.
Syntax
fonts = GetFontNames(array options)
| Option | Type | Contents |
|---|---|---|
| Type | String | "Scalable" (i.e., vector fonts, like TrueType, only) or "Any" |
| Character Set | String | "Symbol" (i.e., Caliper Cartographic, WingDings) or "Text" |
Returns
An array of font names (strings).
Notes
-
Scalable fonts are also called TrueType fonts. If no character set is specified, fonts of any character set will be returned.
See Also
| Function | Summary |
|---|---|
| ChooseFont() | Gets a font using the Windows Font dialog box |
| GetFontInfo() | Gets information about a font |