Widget API: Frame:CreateFontString

 

Widget API ← Frame < CreateFontString

fontstring = Frame:CreateFontString(["name" [, "layer" [, "inherits"]]])


Arguments
name - Global name for the new font string (string)
layer - Graphic layer on which to create the font string; defaults to ARTWORK if not specified (string, layer)
inherits - Name of a template from which the new front string should inherit (string)

Returns
fontstring - Reference to the new FontString object (fontstring)

Example


Result



Notes