Font Store
Component
The Font Store is encapsulated by the Font and Bitmap Server. It
represents all of the fonts stored as files in the file system. Font files
may be of the native Symbian bitmap format or they may require rasterising
into bitmaps. Font rasterisers are ECOM plug-ins to the Font Store.
The CBR package name for the Font Store component is graphics_fntstore
.
- Font Store Component Overview
The Font Store contains information about the fonts and
typefaces on a device. It is encapsulated by the Font and Bitmap server
(FBS). Applications can use client-side APIs to search and retrieve
required fonts
- Font Store
Tutorials
The Font Store contains font files (files containing font data
in bitmap or vector form) and rasterisers (plug-in code files for interpreting
vector font files). This section describes how to install font
files, and create and install font rasterizer DLLs.
Related concepts