On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTPEG-32 Programming Manual
Introduction
Overview
Programming with RTPEG-32
Application Program Structure
Rules Of Memory Ownership
Creating PegThings
Deleting/Removing PegThings
Obtaining a Pointer to PegPresentationManager
Finding an Object's Parent
Finding an Object's Children
Status Flags
Style Flags
Determining the Position of an Object
Using Object Types
Using Object IDs
Messages
Overriding the Message() Method
Drawing to the Screen
Overriding the Draw() Method
Drawing to Memory
Using PegTimer
Viewports
Fonts
Default Fonts
The Vector Font
Outlined Fonts
Anti-Aliased Fonts
Scrolling
Screen Drivers
Demo Programs
Utility Programs
RTPEG-32 Reference Manual
RTUSB-32
|
Outlined Fonts
PegFonts are normally 1-bpp (bits per pixel) bitmapped fonts. These fonts can be drawn with any combination of foreground/background colors are supported on the target. An additional PegFont type is the outlined font type. The RTPEG-32 screen driver recognizes the outline font type, and draws the font accordingly.
Fonts
The Vector Font
Anti-Aliased Fonts
|