Enum FontEmbedMode
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Specifies how to embed fonts to a generated PDF documents.
public enum FontEmbedMode
Fields
DoNotEmbed = 2
Do not embed font bytes.
EmbedAllGlyphs = 0
Embed all available glyphs.
EmbedUsedGlyphs = 1
Embed used glyphs only.
Remarks
TextStyleWithFont methods accept a parameter of this type. The embed mode parameter affects how many font bytes will be embedded in the produced document.