PEXSetATextStyle(3) — Subroutines
Name
PEXSetATextStyle - Set Annotation Text Style
Synopsis
void PEXSetATextStyle(Display ∗display, XID resource_id, PEXOCRequestType req_type, int style)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
resource_idThe resource identifier of the renderer or structure.
req_typeThe request type for the output command (PEXOCRender, PEXOCStore, PEXOCRenderSingle or PEXOCStoreSingle).
styleThe annotation text style (PEXATextNotConnected or PEXATextConnected).
Returns
None
Description
This function creates an output primitive attribute which sets the annotation text style attribute. If the specified style is not supported, PEXATextNotConnected is used. Supported values for annotation text style are inquirable via PEXGetEnumTypeInfo.
Errors
BadPEXRenderer
The specified renderer resource identifier is invalid.
BadPEXStructure
The specified structure resource identifier is invalid.
See Also
PEXGetEnumTypeInfo