The ICharacter interface contains members specifying character-level text properties.
Syntax
C# | Visual Basic | Managed C++ |
public interface ICharacter
Public Interface ICharacter
public interface class ICharacter
Members
All Members | Constructors | Methods | Properties | Fields | Events |
|
|
|
Icon | Member | Description |
---|---|---|
BaselineShift |
Gets or sets the distance to offset the baseline for a sequence of characters or other tokens.
|
|
Bold |
Gets or sets whether to use a bold member of the assigned font family to compose text.
|
|
FontFamily |
Gets or sets the name of the font family used to compose text.
|
|
FontSize |
Gets or sets the font size used to compose text.
|
|
Italic |
Gets or sets whether to use the italic member of the assigned font family to compose text.
|
|
Language |
Gets or sets the Language used to hyphenate and spell-check text.
|
|
TextColor |
Gets or sets the name of the Color used for drawing text.
|
|
TextTint |
Gets or sets the saturation level of the text color.
|
|
Underline |
Gets or sets whether text should be underlined.
|
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)