Categories: UI | Symbian C++ | S60 | How To | Tools
This page was last modified 09:21, 11 December 2007.
How to get GDR fonts
From Forum Nokia Wiki
Contents |
Symbian Fonts
Most of us are familiar with the True Type Fonts (TTF) used by the Windows Operating System.
Symbian OS has its own font store file format (GDR). In order to use different TTF fonts into your Symbian application, they need to be converted to GDR fonts.
Getting a GDR font
Conversion from TTF to GDR font can be done using the following converter: http://wiki.forum.nokia.com/index.php/Image:Setup.zip
This converter is very useful for displaying native language fonts used in language-specific mobile applications.
(The converter is freely available on the Internet though the original website is inaccessible at present)
Using the Converter
This conversion tool has to be first installed to your computer. Further, provide the input file (TTF) and the path where to save the output file(GDR).
Also a name for the GDR font file can be given. Clicking on "Start" will generate the GDR file at the given path.
This GDR file should be copied to the /system/fonts folder of any drive (of the mobile device).
The GDR file can also be provided with the sis file so that it will be placed in the mobile device along with the system files of the application using the font.
The font is now read to use. For using fonts refer to: How_to_install_a_font_file
Important Note
If the gdr fonts are to be used commercially, one should have legal rights to use the corresponding TTF font file. If in doubt, always use fonts freely available on the Internet.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can i display the Latin words in symbian ? | HidayathKhan | General Symbian C++ | 2 | 2007-11-14 06:30 |
| fonts | j2me_raj | Mobile Java General | 4 | 2003-08-14 07:51 |
| Character codes for NOKIA 6630 | mario44445 | General Discussion | 1 | 2007-09-19 09:49 |
| unicode U+25CF | rathodavinash | General Symbian C++ | 4 | 2005-11-17 08:52 |
| how i can change font name, size,type | eya360 | Mobile Java General | 3 | 2008-06-17 09:01 |
