GraphicsMeasureText Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Rage.Graphics.MeasureText(System.String,System.String,System.Single)"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static SizeF MeasureText(
	string text,
	string fontName,
	float fontSize
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Rage.Graphics.MeasureText(System.String,System.String,System.Single)"]

fontName
Type: SystemString

[Missing <param name="fontName"/> documentation for "M:Rage.Graphics.MeasureText(System.String,System.String,System.Single)"]

fontSize
Type: SystemSingle

[Missing <param name="fontSize"/> documentation for "M:Rage.Graphics.MeasureText(System.String,System.String,System.Single)"]

Return Value

Type: SizeF

[Missing <returns> documentation for "M:Rage.Graphics.MeasureText(System.String,System.String,System.Single)"]

See Also

Reference