Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

IDLgrFont Properties


IDLgrFont objects have the following properties in addition to properties inherited from any superclasses. Properties with the word "Yes" in the "Get" column of the property table can be retrieved via IDLgrFont::GetProperty. Properties with the word "Yes" in the "Init" column of the property table can be set via IDLgrFont::Init. Properties with the word "Yes" in the "Set" column in the property table can be set via IDLgrFont::SetProperty.

Note
For a discussion of the property description tables shown below, see About Object Property Descriptions.

ALL

An anonymous structure containing the values of all of the properties associated with the state of this object. State information about the object includes things like color, range, tick direction, etc., but not image, vertex, or connectivity data, or user values.

Note
The fields of this structure may change in subsequent releases of IDL.

Property Type
Structure
Name String
not displayed
Get: Yes
Set: No
Init: No
Registered: No

SIZE

A floating-point value representing the point size of the font. The default is 12.0 points.

Property Type
Floating-point
Name String
not displayed
Get: Yes
Set: Yes
Init: Yes
Registered: No

SUBSTITUTE

A string that indicates the font to use as a substitute if the specified Fontname is not available on the graphics destination. Valid values are only those fonts that are available on all destination objects (the fonts included with IDL). These are: 'Helvetica' (the default), 'Courier', 'Times', 'Symbol', or 'Hershey'.

Property Type
String
Name String
not displayed
Get: Yes
Set: Yes
Init: Yes
Registered: No

THICK

A floating-point value between 1.0 and 10.0, indicating the line thickness (measured in points) to use for the Hershey vector fonts. The default is 1.0 points.

Property Type
Floating-point
Name String
not displayed
Get: Yes
Set: Yes
Init: Yes
Registered: No


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]