FontsShell
: fontsFontsShell
provides an application shell and two
concrete controls.
CGraphicExampleControl
is a control class, derived
from CCoeControl
, which links the app shell to the particular
controls.
CHelloControl
illustrates the drawing of text using a
standard font.
CFontControl
illustrates the use of fonts.
The controls are listed on the menu List of
Programs
. Press the appropriate menu item to select a specific
control.
You step through each phase of an example by pressing the space bar or by tapping on the window drawn by that example.
By the hello control:
TRect
: a geometric rectangle
CWindowGc
: the window graphics context
CFont
: font interface class
By the fonts control:
CWindowGc
: the window graphics context
TTypefaceSupport
: typeface family support
information
TFontSpec
: font specification in device
independent terms
TZoomFactor
: zoom factor and twips/pixels
conversions
MGraphicsDeviceMap
: a mixin class defining the
interface for mapping between twips and device-specific units (pixels)