GetPageIndex(char)

Method

Namespace: Imagini.Fonts

Declared in: Imagini.Fonts.SpriteFont


Returns index of the page that can contain the specified glyph. Returns -1 if the glyph code point is out of range.

Syntax

public int GetPageIndex(
	char glyph
)

Back to index