GetTextSize: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetTextSize(text [, Scale])}} {{FuncParameters}} {{FuncParam|text |__EDIT_ME__}} {{FuncParamOption..." |
No edit summary |
||
Line 15: | Line 15: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[DrawText]] | |||
* [[SetDrawColor]] | |||
* [[SetTextDrawScale]] | |||
* [[GetTextSize]] | |||
* [[DrawLine]] | |||
* [[DrawLine3D]] | |||
* [[DrawPoint3D]] | |||
* [[DrawCircle3D]] | |||
* [[DrawBox]] | |||
* [[DrawRect]] | |||
* [[DrawTexture]] |
Revision as of 14:14, 16 November 2019
Description
__EDIT_ME__
Syntax
GetTextSize(text [, Scale])
Parameters
- text
__EDIT_ME__ - Scale (optional)
__EDIT_ME__
Return Value
- __EDIT_ME__
Example
__EDIT_ME__