Table of Contents

FONTLIST property (System)

Descriptionhe operating system accordingly.

Returns a list containing the names of all available fonts.

Property Value

This property is an @fm-delimited array of font names.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

Remarks

N/A

Example

 
// Example: Get a list of fonts and add them to a combo box called

   // CBO_FONTS

   

   FontList = Get_Property( "SYSTEM", "FONTLIST" )

   Call Set_Property_Only( @window : ".CBO_FONTS", "LIST", FontList )
 
 
 

See Also

Common GUI FONT property.