UIX_CreateFontFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_CreateFontFlags Enumeration}} | {{#customTitle:UIX_CreateFontFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX|UIX_CreateFontFlags Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<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; |
Revision as of 06:03, 23 April 2015
Specifies the ...
Syntax
enum UIX_CreateFontFlags { UIX_CreateFont_Bold = 1; UIX_CreateFont_Italic = 2; UIX_CreateFont_Underline = 4; UIX_CreateFont_StrikeOut = 8; };
Constants
- UIX_CreateFont_Bold
- The ...
- UIX_CreateFont_Italic
- The ...
- UIX_CreateFont_Underline
- The ...
- UIX_CreateFont_StrikeOut
- The ...
See Also
See also ...