PXC_CharFormatMask Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (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_CharFormatMask Enumeration}}
 
{{#customTitle:PXC_CharFormatMask Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_CharFormatMask|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_CharFormatMask
 
<pre class="brush:cpp;gutter:false">enum PXC_CharFormatMask
 
{
 
{
     CFM_Font = 1;
+
     CFM_Font         = 1,
     CFM_FontSize = 2;
+
     CFM_FontSize     = 2,
     CFM_BkColor = 4;
+
     CFM_BkColor       = 4,
     CFM_FColor = 8;
+
     CFM_FColor       = 8,
     CFM_SColor = 16;
+
     CFM_SColor       = 16,
     CFM_Effects = 32;
+
     CFM_Effects       = 32,
     CFM_HScale = 64;
+
     CFM_HScale       = 64,
     CFM_VScale = 128;
+
     CFM_VScale       = 128,
     CFM_CharSpacing = 256;
+
     CFM_CharSpacing   = 256,
     CFM_OffsetY = 512;
+
     CFM_OffsetY       = 512,
     CFM_StrokeWidth = 1024;
+
     CFM_StrokeWidth   = 1024,
     CFM_RenderingMode = 2048;
+
     CFM_RenderingMode = 2048,
 
};
 
};
 
</pre>
 
</pre>
Line 49: Line 51:
 
;CFM_RenderingMode
 
;CFM_RenderingMode
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:35, 23 May 2015


Specifies the ...

Syntax

enum PXC_CharFormatMask
{
    CFM_Font          = 1,
    CFM_FontSize      = 2,
    CFM_BkColor       = 4,
    CFM_FColor        = 8,
    CFM_SColor        = 16,
    CFM_Effects       = 32,
    CFM_HScale        = 64,
    CFM_VScale        = 128,
    CFM_CharSpacing   = 256,
    CFM_OffsetY       = 512,
    CFM_StrokeWidth   = 1024,
    CFM_RenderingMode = 2048,
};

Constants

CFM_Font
The ...
CFM_FontSize
The ...
CFM_BkColor
The ...
CFM_FColor
The ...
CFM_SColor
The ...
CFM_Effects
The ...
CFM_HScale
The ...
CFM_VScale
The ...
CFM_CharSpacing
The ...
CFM_OffsetY
The ...
CFM_StrokeWidth
The ...
CFM_RenderingMode
The ...