The TextRenderSettings type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.
|
Events
| Name | Description | |
|---|---|---|
| ResolveCMap |
Fired when a CMap need to be resolved.
| |
| ResolveFont |
This event is raised whenever a PDF font needs to be resolved to a
device font.
|