Squirrel/Client/Functions/GUIEditbox/FontSize

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUIEditbox.FontSize}} This member variable sets/returns the size of the font used in the edit box. == Syntax == <code>int GUIEditbox.FontSize</code> <code>GUIE…')
 
m (c/p errors)
 
Line 9: Line 9:
 
== Arguments ==
 
== Arguments ==
  
* '''size''' - The width of the edit box in pixels
+
* '''size''' - The size of the font
  
 
== Example 1. Returning ==
 
== Example 1. Returning ==

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 size of the font used in the edit box.

[edit] Syntax

  1. int GUIEditbox.FontSize
  1. GUIEditbox.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