info("fonts")
The info(“fonts”) function returns a list of all fonts installed on this computer.
Description
This function returns a carriage return delimited list of all fonts installed on this computer.
See Also
- fontcharacters( -- returns a string (text) containing all of the characters supported by the specified font.
- fontinfo( -- returns a dictionary with information about a specified font.
- fontinformation -- accesses information about a font (see also the fontinfo( function).
- Fonts -- setting the font and text size of form text objects.
- measuretext( -- returns the size of a string of text in a particular font and size.
- Rich Text -- is used to display styled text, including bold, italic, colors, tabs, even images.
History
10.2 | New | New in this version. |