UIX_CreateFontFlags Enumeration

From PDF XChange PDF SDK
Revision as of 09:13, 30 November 2017 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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 ...