πŸ…°οΈ FontOutlineSettings

Settings for applying an outline to a font.


πŸŽ’ Example

local MyFontOutlineSettings = FontOutlineSettings(10, Color.RED)

πŸ›  Constructor

local MyFontOutlineSettings = FontOutlineSettings(OutlineSize, Color)
TypeNameDefault

OutlineSize

0

OutlineColor

Color.BLACK


🦠 Functions

SetOutlineSize

MyFontOutlineSettings.SetOutlineSize(OutlineSize)
TypeParameterDescription

OutlineSize

SetOutlineColor

MyFontOutlineSettings.SetOutlineColor(Color)
TypeParameterDescription

Color

Last updated