Font.getTexture

Retrieve the texture containing the loaded glyphs of a certain size.

The contents of the returned texture changes as more glyphs are requested, thus it is not very relevant. It is mainly used internally by Text.

class Font
const(Texture)
getTexture

Parameters

characterSize uint

Reference character size

Return Value

Type: const(Texture)

Texture containing the glyphs of the requested size.

Meta