UIX_CreateFontFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_CreateFontFlags Enumeration}}
 
{{#customTitle:UIX_CreateFontFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_CreateFontFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_CreateFontFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_CreateFontFlags
 
{
 
{
     UIX_CreateFont_Bold = 1;
+
     UIX_CreateFont_Bold     = 1,
     UIX_CreateFont_Italic = 2;
+
     UIX_CreateFont_Italic   = 2,
     UIX_CreateFont_Underline = 4;
+
     UIX_CreateFont_Underline = 4,
     UIX_CreateFont_StrikeOut = 8;
+
     UIX_CreateFont_StrikeOut = 8,
 +
    UIX_CreateFont_SizeInPx  = 16,
 
};
 
};
 
</pre>
 
</pre>
Line 25: Line 28:
 
;UIX_CreateFont_StrikeOut
 
;UIX_CreateFont_StrikeOut
 
:The ...
 
:The ...
 
+
;UIX_CreateFont_SizeInPx
== See Also ==
+
:The ...
See also ...
+

Latest revision as of 09:13, 30 November 2017


Specifies the ...

Syntax

enum UIX_CreateFontFlags
{
    UIX_CreateFont_Bold      = 1,
    UIX_CreateFont_Italic    = 2,
    UIX_CreateFont_Underline = 4,
    UIX_CreateFont_StrikeOut = 8,
    UIX_CreateFont_SizeInPx  = 16,
};

Constants

UIX_CreateFont_Bold
The ...
UIX_CreateFont_Italic
The ...
UIX_CreateFont_Underline
The ...
UIX_CreateFont_StrikeOut
The ...
UIX_CreateFont_SizeInPx
The ...