enabled = FontString:CanWordWrap()
|
Returns whether long lines of text in the font string can wrap onto subsequent lines.
|
enabled = FontString:CanNonSpaceWrap()
|
Returns whether long lines of text will wrap within or between words.
|
canChange = FontString:CanChangeProtectedState()
|
Returns whether protected properties of the region can be changed by non-secure scripts.
|
FontInstance:SetSpacing(spacing)
|
Sets the font instance's amount of spacing between lines.
|
FontInstance:SetShadowOffset(xOffset, yOffset)
|
Sets the offset of the font instance's text shadow from its text.
|
FontInstance:SetJustifyV("justify")
|
Sets the font instance's vertical text alignment style.
|
FontInstance:SetJustifyH("justify")
|
Sets the font instance's horizontal text alignment style.
|
FontInstance:SetFontObject(object) or FontInstance:SetFontObject("name")
|
Sets the `Font` object from which the font instance's properties are inherited.
|
isType = FontInstance:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
spacing = FontInstance:GetSpacing()
|
Returns the font instance's amount of spacing between lines.
|
xOffset, yOffset = FontInstance:GetShadowOffset()
|
Returns the offset of the font instance's text shadow from its text.
|
name = FontInstance:GetName()
|
Returns the widget object's name.
|
justify = FontInstance:GetJustifyV()
|
Returns the font instance's vertical text alignment style.
|
justify = FontInstance:GetJustifyH()
|
Returns the font instance's horizontal text alignment style.
|
font = FontInstance:GetFontObject()
|
Returns the `Font` object from which the font instance's properties are inherited.
|
Font:SetSpacing(spacing)
|
Sets the font instance's amount of spacing between lines.
|
Font:SetShadowOffset(xOffset, yOffset)
|
Sets the offset of the font instance's text shadow from its text.
|
Font:SetJustifyV("justify")
|
Sets the font instance's vertical text alignment style.
|
Font:SetJustifyH("justify")
|
Sets the font instance's horizontal text alignment style.
|
Font:SetIndentedWordWrap()
|
Функция еще не задокументированна.
|
Font:SetFontObject(object) or Font:SetFontObject("name")
|
Sets the `Font` object from which the font instance's properties are inherited.
|
Font:SetAlpha(alpha)
|
Sets the opacity for text displayed by the font.
|
isType = Font:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
spacing = Font:GetSpacing()
|
Returns the font instance's amount of spacing between lines.
|
xOffset, yOffset = Font:GetShadowOffset()
|
Returns the offset of the font instance's text shadow from its text.
|
type = Font:GetObjectType()
|
Returns the object's widget type.
|
name = Font:GetName()
|
Returns the widget object's name.
|
justify = Font:GetJustifyV()
|
Returns the font instance's vertical text alignment style.
|
justify = Font:GetJustifyH()
|
Returns the font instance's horizontal text alignment style.
|
Font:GetIndentedWordWrap()
|
Функция еще не задокументированна.
|
font = Font:GetFontObject()
|
Returns the `Font` object from which the font instance's properties are inherited.
|
filename, fontHeight, flags = Font:GetFont()
|
Returns the font instance's basic font properties.
|
alpha = Font:GetAlpha()
|
Returns the opacity for text displayed by the font.
|
Font:CopyFontObject(object) or Font:CopyFontObject("name")
|
Sets the font's properties to match those of another Font object.
|
EditBox:UnregisterEvent("event")
|
Unregisters the frame for an event.
|
EditBox:UnregisterAllEvents()
|
Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
|
EditBox:ToggleInputLanguage()
|
Switches the edit box's language input mode.
|
EditBox:StopMovingOrSizing()
|
Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
|