TxFontEmbeddingType
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

Specifies the way how all used fonts are to be stored in PDF document.

Syntax

enum TxFontEmbeddingType

Remarks

PDF Creator Pilot supports the following font-embedding types:

Name

Description

Value

fetFullFont

Embeds the full font

0

fetFullCharset

Embeds only the character set used

1

fetUsedGlyphsOnly

Embeds only the glyphs used

2

fetNotEmbed

Does not embed fonts

3

See Also

Reference