Texture

Property

Namespace: Imagini.Fonts

Declared in: Imagini.Fonts.SpriteFontPage


Returns the Image containing the glyphs of this page.

Syntax

public Image<Rgba32> Texture { public get; public set; }

Remarks

Intended for use by text renderers. Can be disposed and nullified by the renderer if it uses other surface type (GPU texture, for example).
Back to index