PXC_CharExtra Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CharExtra Structure}}
 
{{#customTitle:PXC_CharExtra Structure}}
{{#parentPage:PXV:PXC|PXC_CharExtra Structure|structure}}
+
{{#parentPage:PXV:PXC_Structures|PXC_CharExtra|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 38: Line 38:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXC_PageText_CharExtra|IPXC_PageText::CharExtra]]

Latest revision as of 10:35, 23 May 2015


Specifies the ...

Syntax

struct PXC_CharExtra
{
    ULONG nLineIndex;
    ULONG nStyleIndex;
    ULONG nDrawStyleIndex;
    ULONG nVisualIndex;
    float xPos;
    float nWidth;
    float nVisualWidth;
};

Members

nLineIndex
Value of ULONG ...
nStyleIndex
Value of ULONG ...
nDrawStyleIndex
Value of ULONG ...
nVisualIndex
Value of ULONG ...
xPos
Value of float ...
nWidth
Value of float ...
nVisualWidth
Value of float ...

See Also

IPXC_PageText::CharExtra