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}}
__EDIT_ME__
* [[DrawText]]
* [[SetDrawColor]]
* [[SetTextDrawScale]]
* [[GetTextSize]]
* [[DrawLine]]
* [[DrawLine3D]]
* [[DrawPoint3D]]
* [[DrawCircle3D]]
* [[DrawBox]]
* [[DrawRect]]
* [[DrawTexture]]

Revision as of 14:14, 16 November 2019

GetTextSize

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

GetTextSize(text [, Scale])

Parameters

  • text
    __EDIT_ME__
  • Scale (optional)
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also