GetFontHeight (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
Created page with "<onlyinclude> {{User:JulienDethurens/Sandbox|name = GetFontHeight |arguments = Font '''font''', FontSize '''fontSize''' |returns = [[..."
>JulienDethurens
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>
<onlyinclude>
{{User:JulienDethurens/Sandbox|name = GetFontHeight
{{Function
|arguments  = [[Font (Enum)|Font]] '''font''', [[FontSize (Enum)|FontSize]] '''fontSize'''
|name = GetFontHeight
|returns    = [[number]] ''pixelSize''
|arguments  = [[Font (Enum)|Font]] <var>font</var>, [[FontSize (Enum)|FontSize]] <var>fontSize</var>
|returns    = [[number]] <var>pixelSize</var>
|description =  Returns the vertical size in pixels of the given font + fontSize.
|description =  Returns the vertical size in pixels of the given font + fontSize.
|library      = RbxGui
}}
}}


{{clear floats}}
{{clear floats}}
</onlyinclude>
</onlyinclude>
==See Also==
*[[RbxGui (Library)|RbxGui]]
[[Category:Functions]]

Latest revision as of 06:30, 7 February 2012

GetFontHeight( Font font, FontSize fontSize )
Returns number pixelSize
Description: Returns the vertical size in pixels of the given font + fontSize.


See Also