TextOptions Class
Contents
[
Hide
]TextOptions class
Represents the text options.
type TextOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewTextOptions | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetName | Gets and sets the name of the shape. |
SetName | Gets and sets the name of the shape. |
GetLanguageCode | Gets and sets the user interface language. |
SetLanguageCode | Gets and sets the user interface language. |
GetLatinName | Gets and sets the latin name. |
SetLatinName | Gets and sets the latin name. |
GetFarEastName | Gets and sets the FarEast name. |
SetFarEastName | Gets and sets the FarEast name. |
GetFill | Represents the fill format of the text. |
GetOutline | Represents the outline format of the text. |
GetShadow | Represents a |
GetUnderlineColor | Gets or sets the color of underline. |
SetUnderlineColor | Gets or sets the color of underline. |
GetKerning | Specifies the minimum font size at which character kerning will occur for this text run. |
SetKerning | Specifies the minimum font size at which character kerning will occur for this text run. |
GetSpacing | Specifies the spacing between characters within a text run. |
SetSpacing | Specifies the spacing between characters within a text run. |