UIX_FontStyle Enumeration

From PDF XChange PDF SDK
Revision as of 22:56, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum UIX_FontStyle
{
    UIX_FontStyle_Normal = 0;
    UIX_FontStyle_Italic = 2;
    UIX_FontStyle_Underline = 4;
    UIX_FontStyle_StrikeOut = 8;
    UIX_FontStyle_AutoBackColor = 4096;
    UIX_FontStyle_SuperScript = 8192;
    UIX_FontStyle_SubScript = 16384;
};

Constants

UIX_FontStyle_Normal
The ...
UIX_FontStyle_Italic
The ...
UIX_FontStyle_Underline
The ...
UIX_FontStyle_StrikeOut
The ...
UIX_FontStyle_AutoBackColor
The ...
UIX_FontStyle_SuperScript
The ...
UIX_FontStyle_SubScript
The ...

See Also

See also ...