Click or drag to resize

FontComponentCompiledDataGetCharacterInfo Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool GetCharacterInfo(
	double fontSize,
	CanvasRenderer forRenderer,
	char c,
	out float width,
	out int textureIndex,
	out Vector2F drawOffset,
	out Vector2F drawSize,
	out RectangleF textureCoordinates
)

Parameters

fontSize
Type: SystemDouble
forRenderer
Type: NeoAxisCanvasRenderer
c
Type: SystemChar
width
Type: SystemSingle
textureIndex
Type: SystemInt32
drawOffset
Type: NeoAxisVector2F
drawSize
Type: NeoAxisVector2F
textureCoordinates
Type: NeoAxisRectangleF

Return Value

Type: Boolean
See Also