Ui::getTextScaleHeight: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
 
Line 1: Line 1:
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">mp.game.ui.getTextScaleHeight(size, font);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.ui.getTextScaleHeight(size, font);</syntaxhighlight>
Line 14: Line 13:
{{Ui_s_function_c}}
{{Ui_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:UI API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 14:59, 20 May 2017

Syntax

mp.game.ui.getTextScaleHeight(size, font);

Required Arguments

  • size: float
  • font: int

Return value

  • float

Example

// todo

See also