All Frameworks Class Hierarchy This Framework Indexes
DraftingInterfaces Enumeration CATDrwTextProperty
enum CATDrwTextProperty {
CATDrwBold,
CATDrwItalic,
CATDrwUnderline,
CATDrwOverline,
CATDrwStrikethrough,
CATDrwSubscript,
CATDrwSuperscript,
CATDrwFontSize,
CATDrwParagraph,
CATDrwPlain,
CATDrwColor,
CATDrwFontName,
CATDrwBorder,
CATDrwAlignment,
CATDrwVariable,
CATDrwCharRatio,
CATDrwTabChar,
CATDrwCharacterSpacing,
CATDrwKerning,
CATDrwSymbolName
}
Text properties.
These properties apply to a text sub-string or to whole text.
- Values:
-
- CATDrwBold
- Set or unset bold property.
Expected values are 1 to set and 0 to unset.
- CATDrwItalic
- Set or unset italic property.
Expected values are 1 to set and 0 to unset.
- CATDrwUnderline
- Set or unset underline property (Underline is exclusive with overline).
Expected values are 1 to set and 0 to unset.
- CATDrwOverline
- Set or unset overline property (Overline is exclusive with underline).
Expected values are 1 to set and 0 to unset.
- CATDrwStrikethrough
- Set or unset strikethrough property.
Expected values are 1 to set and 0 to unset.
- CATDrwSubscript
- Set or unset subscript property (Subscript is exclusive with superscript).
Expected values are 1 to set and 0 to unset.
- CATDrwSuperscript
- Set or unset superscript property (Superscript is exclusive with subscript).
Expected values are 1 to set and 0 to unset.
- CATDrwFontSize
- Set font size property.
Size value must be a double values.
- CATDrwParagraph
- Internal use only.
- CATDrwPlain
- Internal use only.
- CATDrwColor
- Set color property;
Color is must be expressed in RGBA compacted in one integer.
- CATDrwFontName
- Set font name.
- CATDrwBorder
- Set or unset sub-string border property.
- CATDrwAlignment
- Set paragraph alignment property.
Expected values are 1 for left, 2 for center and 3 for right alignment.
- CATDrwVariable
- Internal use only.
- CATDrwCharRatio
- Character ratio property
- CATDrwTabChar
- Internal use only.
- CATDrwKerning
- Available only in CXR16 LA with var "DEVOTF_CXR16LA"
- See also:
- CATIDrwText, CATIDrwTextProperties
This object is included in the file: CATDrwUtility.h