PdfTextAppearance Class |
Namespace: Atalasoft.PdfDoc.Generating.Rendering
The PdfTextAppearance type exposes the following members.
Name | Description | |
---|---|---|
PdfTextAppearance |
Initializes a new instance of the PdfTextAppearance class.
| |
PdfTextAppearance(String, Double) |
Initializes a new instance of the PdfTextAppearance class with the given font and size in points.
|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (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 | Returns a string that represents the current object. (Inherited from Object.) |