PXC_CreateFontFlags Enumeration

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_CreateFontFlags Enumeration}}
 
{{#customTitle:PXC_CreateFontFlags Enumeration}}
{{#parentPage:PXV:PXC|PXC_CreateFontFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_CreateFontFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 24: Line 24:
 
;CreateFont_Monospaced
 
;CreateFont_Monospaced
 
:The ...
 
:The ...
 
== See Also ==
 
...
 

Latest revision as of 10:35, 23 May 2015


Specifies the ...

Syntax

enum PXC_CreateFontFlags
{
    CreateFont_Italic     = 1,
    CreateFont_Serif      = 2,
    CreateFont_Monospaced = 4,
};

Constants

CreateFont_Italic
The ...
CreateFont_Serif
The ...
CreateFont_Monospaced
The ...