Important: The information in this document is obsolete and should not be used for new development.
Modified Style Data Opcodes
A constant from thegxStyleDataOpcodeenumeration follows agxSetDataOpcodeif style data follows. The data stream bytes that follow describe one of the attributes specified in this enumeration.
enum gxStyleDataOpcode { gxStyleAttributesOpcode, gxStyleTagOpcode, gxStyleCurveErrorOpcode, gxStylePenOpcode, gxStyleJoinOpcode, gxStyleDashOpcode, gxStyleCapsOpcode, gxStylePatternOpcode, gxStyleTextAttributesOpcode, gxStyleTextSizeOpcode, gxStyleFontOpcode, gxStyleTextFaceOpcode, gxStylePlatformOpcode, gxStyleFontVariationsOpcode, gxStyleRunControlsOpcode, gxStyleRunPriorityJustOverrideOpcode, gxStyleRunGlyphJustOverridesOpcode, gxStyleRunGlyphSubstitutionsOpcode, gxStyleRunFeaturesOpcode, gxStyleRunKerningAdjustmentsOpcode, gxStyleJustificationOpcode };Constant descriptions
- gxStyleAttributesOpcode
 - The style attributes flags from the
 gxStyleAttributesenumeration follow.- gxStyleTagOpcode
 - The parameters of the
 GXSetStyleTagsfunction follow.- gxStyleCurveErrorOpcode
 - Data for the
 errorparameter of theGXSetStyleCurveErrorfunction follows.- gxStylePenOpcode
 - The data for the
 penparameter of theGXSetStylePenfunction follows.- gxStyleJoinOpcode
 - The data for the fields of the
 gxJoinRecordstructure follows.- gxStyleDashOpcode
 - The data for the fields of the
 gxDashRecordstructure follows.- gxStyleCapsOpcode
 - The data for the fields of the
 gxCapRecordstructure follows.- gxStylePatternOpcode
 - The data for the fields of the
 gxPatternRecordstructure follows.- gxStyleTextAttributesOpcode
 - The data from the
 gxTextAttributesenumeration follows.- gxStyleTextSizeOpcode
 - The data for the
 sizeparameter of theGXSetStyleTextSizefunction follows.- gxStyleFontOpcode
 - The data for the
 fontparameter of theGXSetStyleFontfunction follows.- gxStyleTextFaceOpcode
 - The data for the fields of the
 gxTextFacestructure follows.- gxStylePlatformOpcode
 - The data for the parameters of the
 GXStyleEncodingfunction follows.- gxStyleFontVariationsOpcode
 - The data for the fields of the
 gxFontVariationsstructure follows.- gxStyleRunControlsOpcode
 - The data for the fields of the
 gxRunControlsstructure follows.- gxStyleRunPriorityJustOverrideOpcode
 - The data for the fields of the
 gxPriorityJustificationOverridestructure follows.- gxStyleRunGlyphJustOverridesOpcode
 - The data for the fields of the
 gxGlyphJustificationOverridestructure follows.- gxStyleRunGlyphSubstitutionsOpcode
 - The data for the fields of the
 gxGlyphSubstitutionOverridestructure follows.- gxStyleRunFeaturesOpcode
 - The data for the fields of the
 gxRunFeaturestructure follows.- gxStyleRunKerningAdjustmentsOpcode
 - The data for the fields of the
 gxKerningAdjustmentstructure follows.- gxStyleJustificationOpcode
 - The data for the
 justifyparameter of theGXSetStyleJustificationfunction follows.