PXC_StdFontID Enumeration

From PDF XChange PDF SDK
Revision as of 00:57, 9 May 2019 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 PXC_StdFontID
{
    StdFnt_Times                  = 0,
    StdFnt_Times_Bold             = 1,
    StdFnt_Times_Italic           = 2,
    StdFnt_Times_Bold_Italic      = 3,
    StdFnt_Helvetica              = 4,
    StdFnt_Helvetica_Bold         = 5,
    StdFnt_Helvetica_Oblique      = 6,
    StdFnt_Helvetica_Bold_Oblique = 7,
    StdFnt_Courier                = 8,
    StdFnt_Courier_Bold           = 9,
    StdFnt_Courier_Oblique        = 10,
    StdFnt_Courier_Bold_Oblique   = 11,
    StdFnt_Symbol                 = 12,
    StdFnt_ZapfDingbats           = 13,
    StdFnt_MaxPdfStd              = 14,
};

Constants

StdFnt_Times
The ...
StdFnt_Times_Bold
The ...
StdFnt_Times_Italic
The ...
StdFnt_Times_Bold_Italic
The ...
StdFnt_Helvetica
The ...
StdFnt_Helvetica_Bold
The ...
StdFnt_Helvetica_Oblique
The ...
StdFnt_Helvetica_Bold_Oblique
The ...
StdFnt_Courier
The ...
StdFnt_Courier_Bold
The ...
StdFnt_Courier_Oblique
The ...
StdFnt_Courier_Bold_Oblique
The ...
StdFnt_Symbol
The ...
StdFnt_ZapfDingbats
The ...
StdFnt_MaxPdfStd
The ...

See Also

IPXC_Document::CreateNewStdFont