Link Search Menu Expand Document

IRenderingOptionsPreferSystemFonts Property

Gets or sets whether to prefer fonts installed in system instead of fonts embedded into PDF document. Only fonts with identical names and font family will be substituted.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
bool PreferSystemFonts { get; set; }

Property Value

Type: Boolean
True if prefer system fonts; otherwise, false.
See Also

Reference