Equinox Online Help - Language Reference - A to Z

Home

FontName

Applies to
SyntaxFontName (IndexExpression)
Action[Function] Returns the descriptive string allocated to a particular Font.
ScopeUsable anywhere
Notes

This statement returns the Font description based on the index value of the Font in the order defined in the Font Styles entry in the Property dialog. The index value is supplied in IndexExpression.

CategoryFonts and Colours
See Also ChangePalette, ColourName_ColorName, ColourNumber_ColorNumber, FontHandle, FontName, FontNumber, PaletteRGB, RGB, RGBValues
Example

This line displays the string describing the Font at index number 27.

Print FontName(27)