Libraries
Pixmapfont Source Code
 previous   up   next 

Types
pixmapFontType
Type to describe a font, based on pixmap images.
fontKeyType
Type used as key for the font cache.
fontCacheType
Type of the font cache.

pixmapFontType

const type: pixmapFontType

Type to describe a font, based on pixmap images. Pixmap images are rectangular off screen windows, which are supported by the graphic system of the operating system.


fontKeyType

const type: fontKeyType

Type used as key for the font cache.


fontCacheType

const type: fontCacheType

Type of the font cache.


Function Summary
activeFont
getFont (in font: baseFont, in integer: fontSize, in integer: scale, in color: foreground, in color: background)
Get the specified font, either from the font cache or create it.

Function Detail

getFont

const func activeFont: getFont (in font: baseFont, in integer: fontSize, in integer: scale, in color: foreground, in color: background)

Get the specified font, either from the font cache or create it.



 previous   up   next