PXC_CharDrawStyle Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CharDrawStyle Structure}}
 
{{#customTitle:PXC_CharDrawStyle Structure}}
 +
{{#parentPage:PXV:PXC_Structures|PXC_CharDrawStyle|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 27: Line 29:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_PageText_CharDrawStyle|IPXC_PageText::CharDrawStyle]]

Latest revision as of 10:35, 23 May 2015


Specifies the ...

Syntax

struct PXC_CharDrawStyle
{
    ULONG nFillColorIndex;
    ULONG nStrokeColorIndex;
    ULONG nDrawMode;
    float nStrokeWidth;
};

Members

nFillColorIndex
Value of ULONG ...
nStrokeColorIndex
Value of ULONG ...
nDrawMode
Value of ULONG ...
nStrokeWidth
Value of float ...

See Also

IPXC_PageText::CharDrawStyle