PXC_CharStyle Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CharStyle Structure}}
 
{{#customTitle:PXC_CharStyle Structure}}
 +
{{#parentPage:PXV:PXC_Structures|PXC_CharStyle|structure}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 37: Line 41:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_PageText_CharStyle|IPXC_PageText::CharStyle]]

Latest revision as of 10:35, 23 May 2015


Specifies the ...

Syntax

struct PXC_CharStyle
{
    ULONG nFontHandle;
    float nFontSize;
    float nAscent;
    float nDescent;
    float nHorzScale;
    float nBaseOffset;
    float nSymItalicCoef;
    ULONG nFlags;
};

Members

nFontHandle
Value of ULONG ...
nFontSize
Value of float ...
nAscent
Value of float ...
nDescent
Value of float ...
nHorzScale
Value of float ...
nBaseOffset
Value of float ...
nSymItalicCoef
Value of float ...
nFlags
Value of ULONG ...

See Also

IPXC_PageText::CharStyle