В категории материалов: 96 Показано материалов: 51-96 |
Страницы: « 1 2 |
Название |
Описание |
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.
|
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.
|
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:SetFontObject(object) or Font:SetFontObject("name")
|
Sets the `Font` object from which the font instance's properties are inherited.
|
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.
|
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 = 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.
|
EditBox:SetSpacing(spacing)
|
Sets the font instance's amount of spacing between lines.
|
EditBox:SetShadowOffset(xOffset, yOffset)
|
Sets the offset of the font instance's text shadow from its text.
|
EditBox:SetJustifyV("justify")
|
Sets the font instance's vertical text alignment style.
|
EditBox:SetJustifyH("justify")
|
Sets the font instance's horizontal text alignment style.
|
EditBox:SetFontObject(object) or EditBox:SetFontObject("name")
|
Sets the `Font` object from which the font instance's properties are inherited.
|
spacing = EditBox:GetSpacing()
|
Returns the font instance's amount of spacing between lines.
|
xOffset, yOffset = EditBox:GetShadowOffset()
|
Returns the offset of the font instance's text shadow from its text.
|
justify = EditBox:GetJustifyV()
|
Returns the font instance's vertical text alignment style.
|
justify = EditBox:GetJustifyH()
|
Returns the font instance's horizontal text alignment style.
|
font = EditBox:GetFontObject()
|
Returns the `Font` object from which the font instance's properties are inherited.
|
filename, fontHeight, flags = EditBox:GetFont()
|
Returns the font instance's basic font properties.
|
|