diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-D76D4788-E65A-59A8-8DD9-7A8096E115D5.dita --- a/Symbian3/PDK/Source/GUID-D76D4788-E65A-59A8-8DD9-7A8096E115D5.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-D76D4788-E65A-59A8-8DD9-7A8096E115D5.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,14 +1,14 @@ - - - - - -Installing a Font File

The font store automatically loads all files in \resources\fonts\ on all drives at startup. The search path is soft to hard ( Y:, X:, W:, ..., C:, B:, A:, Z:) and if two or more files have the same name the first one found is used. This means that files in the ROM (Z:) can be replaced with files on user drives.

The font store assumes that the files are in an appropriate format (see). Unsupported font files require a corresponding font rasterizer plug-in.

To install a font file at startup:

It is also possible to load a font file dynamically at run time. It is not possible to install a new font rasterizer at run time, however, so font files installed at run time must either be bitmap fonts or supported by an existing font rasterizer.

To dynamically install a font file:

Installing a - Font Rasterizer DLL Font Store Component + + + + + +Installing a Font File

The font store automatically loads all files in \resources\fonts\ on all drives at startup. The search path is soft to hard ( Y:, X:, W:, ..., C:, B:, A:, Z:) and if two or more files have the same name the first one found is used. This means that files in the ROM (Z:) can be replaced with files on user drives.

The font store assumes that the files are in an appropriate format (see). Unsupported font files require a corresponding font rasterizer plug-in.

To install a font file at startup:

  • Copy it into \resources\fonts\ on any drive.

  • Restart the device to restart the Font and Bitmap server.

It is also possible to load a font file dynamically at run time. It is not possible to install a new font rasterizer at run time, however, so font files installed at run time must either be bitmap fonts or supported by an existing font rasterizer.

To dynamically install a font file:

  • Call CWsScreenDevice::AddFile(), specifying the file to be loaded.

Installing a + Font Rasterizer DLL Font Store Component Overview
\ No newline at end of file