Chapter 3 Terminal Specific Function Library
95
3.9.3 Multi-Language Font
This font file may include English (default), French, Hebrew, Latin, Nordic, Portuguese,
Turkish, Russian, Polish, Slavic, Slovak, etc. To display in any of these languages except
English, you need to call
SetLanguage()
to specify the language by region.
3.9.4 Special Fonts
Fonts with file name specifying Tc12 (Traditional Chinese), Sc12 (Simplified Chinese), or
Jp12 (Japanese) are referred to as the special font files. This is because their font size for
alphanumeric characters must be determined by
SetFont()
, either
6x12
or
12x12
. Otherwise,
the characters cannot be displayed properly.
CheckFont
Purpose
To check which font file resides in the flash memory.
Syntax
int CheckFont (void);
Example
n = CheckFont();
Description
This routine checks the font file that resides in the flash memory.
Return
The return value can be one of the following:
0x00
: System font only
0x01
: TC (Traditional Chinese)
16x16, Big5 code
0x03
: SC (Simplified Chinese)
16x16, GB code
0x04
: KR (Korean)
0x05
: JP (Japanese)
16x16
0x09
: TC12 (Traditional Chinese)
12x12, Big5 code
0x0b
: SC12 (Simplified Chinese)
12x12, GB code
0x0c
: JP12 (Japanese)
12x12
0x10
: MULTI (Multi-language)
See Also
SetLanguage
GetFont
Purpose
To get the current font size information.
Содержание Optimus R
Страница 1: ...Printed on 20 March 2006 C Programming Guide Version 3 04 02 Optimus S Optimus R...
Страница 6: ......
Страница 8: ...2 C Programming Guide For Optimus S R...
Страница 12: ...6 C Programming Guide For Optimus S R The flow is illustrated as shown below...
Страница 23: ...Chapter 2 Development Environment 17 Different types signed unsigned Different types same size...
Страница 24: ...18 C Programming Guide For Optimus S R...
Страница 220: ...214 C Programming Guide For Optimus S R See Also FlashSize free_memory...
Страница 232: ...226 C Programming Guide For Optimus S R 4 11 Implementation defined Limits limits h float h Refer to limit h and float h...
Страница 238: ...232 C Programming Guide For Optimus S R...