Home  Contents

gfx.default_font

Graphics Core4 Lua Commands

SYNOPSIS

fnt = gfx.default_font()

DESCRIPTION

The default font is Fixedsys Excelsior, a fixed width font of 8 pixels width and 16 pixels height.
To keep the file size reasonable, only a limited set of glyphs are available: ASCII, ISO-Latin1, Euro symbol at it's unicode codepoint and all glyphs necessary to emulate a VT102.
The font file is /etc/fsexc8x16.lfn and exists on every Core4 installation.

RETURN VALUE

A font handle pointing to the default font.

SEE ALSO