Reference for the Mosaic unit Resources
The unit 'Resources' provides few fundamental classes needed to handle bitmaps
and fonts created at the design time in the Embedded Wizard environment:
-
The class Resources::Bitmap
provides functionality to handle bitmaps. It can handle with bitmaps containing
one or several frames (images). Such multi-frame bitmaps can also be animated
at the runtime similarly to short video sequences.
-
The class Resources::Font
provides the functionality to handle fonts. It implements a set of methods
and properties to query font and glyph metrics. Fonts are used to print text.
-
The class Resources::ExternBitmap
provides a generic interface with its aim images can be loaded at the runtime
from external data sources instead of being decompressed from the code generated
by Embedded Wizard.