Creates a new FontString as a child of the frame
Signature:
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 toARTWORKif not specified (string, layer)inherits- Name of a template from which the new front string should inherit (string)
Returns:
fontstring- Reference to the newFontStringobject (fontstring)