PdfTextAppearance Properties |
The PdfTextAppearance type exposes the following members.
Name | Description | |
---|---|---|
CharacterSpacing |
Gets or sets the character spacing.
| |
FillColor |
Gets or sets the fill color of the text. This is only used in one of the text render modes that uses filling.
| |
FontName |
Gets or sets the name of the font. This is a resource name, not the font's name.
| |
FontSize |
Gets or sets the size of the font in points.
| |
HorizontalScaling |
Gets or sets the horizontal scaling of characters as they are placed on the page as a percentage. 100 is normal. Less than 100 is narrower, greater is wider.
| |
Leading |
Gets or sets the leading or spacing between lines.
| |
Matrix |
Gets or sets the font matrix.
| |
RenderMode |
Gets or sets the render mode for the text.
| |
Rise |
Gets or sets the rise, or how much characters sit above (or below) the baseline. This is used for creating superscript or subscript writing.
| |
StrokeColor |
Gets or sets the stroke color of the text. This is only used in one of the text render modes that uses stroking.
| |
WordSpacing |
Gets or sets the word spacing.
|