Namespace TallComponents.PDF.Rasterizer.Configuration
Class TextRenderSettings
Encapsulates all settings that control how text is rendered and fonts are substituted.
Syntax
public class TextRenderSettings
: Object
Properties
String CMapFolder
This string points to the path where the CMaps can be found.
CMaps are used when displaying some fonts, mostly Chinese, Japanese or Korean
(also known as CJK fonts). The CMaps are part of the zip file you have downloaded
from our website.
String FontSearchPath
A semi-colon separated list of folders to search for font files that are included in the substitution map.
or referenced in the ResolveFont event.
The folders are searched from left to right until the font file is found.
FontSubstitutionMap FontSubstitutionMap
This map lets you define which external fonts are used to render fonts that are not embedded.
Boolean RenderText
Controls whether text will be rendered. If set to false, no text
will be rendered. The default is true.