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 |
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 |
A floating-point value representing the point size of the font. The default is 12.0 points.
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'.
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.