Squirrel/Client/Functions/GUILabel/FontTags

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUILabel.Flags}} {{ScriptingChangesIn0.1.0.10}} This member variable sets/returns the font tags of a GUI label. Tags can change the appereance of a GUI elements …')
 
m (facking title)
 
Line 1: Line 1:
{{Squirrel/Title|GUILabel.Flags}}
+
{{Squirrel/Title|GUILabel.FontTags}}
 
{{ScriptingChangesIn0.1.0.10}}
 
{{ScriptingChangesIn0.1.0.10}}
 
This member variable sets/returns the font tags of a GUI label. Tags can change the appereance of a GUI elements font.
 
This member variable sets/returns the font tags of a GUI label. Tags can change the appereance of a GUI elements font.

Latest revision as of 21:54, 9 September 2011

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This member variable sets/returns the font tags of a GUI label. Tags can change the appereance of a GUI elements font.

[edit] Syntax

  1. int GUILabel.FontTags
  1. GUILabel.FontTags = int tags

[edit] Arguments

  • tags - An integer value representing the used tags (constants)
    • TAG_NONE - Resets the tags
    • TAG_BOLD - Text will appear bold
    • TAG_ITALICS - Text will appear italics
    • TAG_UNDERLINE - Text will be underlined
    • TAG_STRIKEOUT - Text will be strikeout

[edit] Example 1. Returning

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Some explanation here

  1.  
  2. -- todo
  3.  

[edit] Notes

-- List of used functions and other notes here.

[edit] Example 2. Setting

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Some explanation here too

  1.  
  2. -- todo
  3.  

[edit] Notes

-- List of used functions and other notes here.

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox