The TextRenderSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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.
| |
| 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 |
This map lets you define which external fonts are used to render fonts that are not embedded.
| |
| RenderText |
Controls whether text will be rendered. If set to false, no text
will be rendered. The default is true.
|