FontFace

An object of font face. Font face knows its size.

Constructors

this
this(Font f, vec2i s)

Members

Functions

render
Glyph render(dchar c)

Renders the character.

Properties

font
font [@property getter]

Font.

Variables

_font
Font _font;
Undocumented in source.
size
vec2i size;

Size of the Font.

Meta