&TYPFNT(TYPE,number[,SUBTYP,number][,PROP, number][,IFERR,label:])
Queries or modifies the line font preference for a specific object type, subtype, and/or property. The following is a list of valid values for line font.
-1 = &NOPAR
0 = &DFAULT
1 =
&SOLID
2 = &DASHED
3 = &PHANTM
4 = &CLINE
5 =
dotted
6 = long dashed
7 = dotted dashed
Read/Write - number - [-1..7]
See the note on general rules for &TYPCLR, &TYPFNT, and &TYPWID.
Parameter |
Description |
TYPE |
Minor word which indicates the object type number is to follow. |
number |
The object type number. Please see list, Object Types and subtypes. |
SUBTYP |
Minor word which indicates the objects subtype number is to follow. |
number |
The objects subtype number. Please see list, Object Types and subtypes. |
PROP |
Minor word which indicates that the property is to follow. |
number |
The object's property number. Please see list, Object Types and subtypes. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. |