Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:XML/FontString
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Attributes == * name (string) - name of this layout frame * inherits (string) - a virtual [[XML/Font|Font]], [[XML/FontFamily|FontFamily]] or [[XML/FontString|FontString]] to inherit properties from. * virtual (bool) - Default is 'false'. * font (string) - resource path to an actual wow font file. '''not''' a reference to [[XML/Font|Font]], [[XML/FontFamily|FontFamily]] or [[XML/FontString|FontString]]. * spacing (float) - alters the natural text character spacing. Default is '0'. * outline ([[XML/OUTLINE|OUTLINE]]) - Default is 'NONE'. * monochrome (bool) - Default is 'false'. * justifyV ([[XML/JUSTIFYV|JUSTIFYV]]) - Default is 'MIDDLE'. * justifyH ([[XML/JUSTIFYH|JUSTIFYH]]) - Default is 'CENTER'. * bytes - storage bytes to set asside as an optimization to hold text internally. Default is '255'. * text - actual text to be displayed, or predefined WoW constant that gets replaced with localized text. * nonspacewrap - if enabled, will break on characters instead of words. effective only when wordwrap is enabled. * wordwrap - enables traditional word wrap, where text will wrap around to a new line if it exceeds the frontstring frame width, breaking at the end of the last character or word that fits the width on any particular line. * maxLines - the maximum number of lines to render, independant of the size of the fontstring box. text will be constrained by either the heigth of the fontstring frame or the maxLines setting, whichever is smaller. * indented - indents all but the first line of text. effective only when wordwrap is enbled. Default is 'false'.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)