UIX_CreateFontFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 27: Line 27:
 
;UIX_CreateFont_StrikeOut
 
;UIX_CreateFont_StrikeOut
 
:The ...
 
:The ...
 
== See Also ==
 
...
 

Revision as of 06:17, 23 May 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 ...