oi10:presentation_server:fontlist_property_system

FONTLIST property (System)

Returns a list containing the names of all available fonts.

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

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

N/A

 
// 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 )
 
 
 

Common GUI FONT property.

  • oi10/presentation_server/fontlist_property_system.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1