Squirrel/Client/Functions/GUILabel/FontName

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUILabel.FontSize}} This member variable sets/returns the font used on the label. == Syntax == <code>string GUILabel.FontName</code> <code>GUILabel.FontName = …')
 
m
 
Line 1: Line 1:
{{Squirrel/Title|GUILabel.FontSize}}
+
{{Squirrel/Title|GUILabel.FontName}}
 
This member variable sets/returns the font used on the label.
 
This member variable sets/returns the font used on the label.
  

Latest revision as of 20:57, 17 October 2010

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

This member variable sets/returns the font used on the label.

[edit] Syntax

  1. string GUILabel.FontName
  1. GUILabel.FontName = string font

[edit] Arguments

  • font - The name of the font you wish to use

[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