Squirrel/Client/Functions/GUIButton/FontSize

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUIEditbox.FontSize}} {{ScriptingChangesIn0.1.0.10}} This GUIButton member variable sets/returns the size of the font used on the button. == Syntax == <code>in…')
 
m
 
Line 1: Line 1:
{{Squirrel/Title|GUIEditbox.FontSize}}
+
{{Squirrel/Title|GUIButton.FontSize}}
 
{{ScriptingChangesIn0.1.0.10}}
 
{{ScriptingChangesIn0.1.0.10}}
 
This GUIButton member variable sets/returns the size of the font used on the button.
 
This GUIButton member variable sets/returns the size of the font used on the button.

Latest revision as of 22:20, 9 September 2011

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

This GUIButton member variable sets/returns the size of the font used on the button.

[edit] Syntax

  1. int GUIButton.FontSize
  1. GUIButton.FontSize = int size

[edit] Arguments

  • size - The size of the font

[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