PXC_FontPolicy Enumeration

From PDF XChange PDF SDK
Revision as of 01:34, 20 October 2015 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_FontPolicy
{
    FontPolicy_Auto         = 0,
    FontPolicy_Never        = 1,
    FontPolicy_RequiredOnly = 2,
    FontPolicy_Always       = 3,
};

Constants

FontPolicy_Auto
The ...
FontPolicy_Never
The ...
FontPolicy_RequiredOnly
The ...
FontPolicy_Always
The ...

See Also

IPXC_Document::SetDefaultFontPolicy, IPXC_Document::SetFontPolicy