GUIMemobox.FontTags

From Liberty Unleashed Wiki
Revision as of 22:03, 9 September 2011 by Juppi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

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

Syntax

  1. int GUIMemobox.FontTags
  1. GUIMemobox.FontTags = int tags

Arguments

  • tags - An integer value representing the wanted 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

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.  

Notes

-- List of used functions and other notes here.

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.  

Notes

-- List of used functions and other notes here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox