|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gets the width of a multi-byte character of the default system font. This function returns the width of a multi-byte character of the default system font. MiniGUI uses mono-space font as the system default font.
|
|
|
Gets the height of a character of the default system font. This function returns the height of a character of the system default font. MiniGUI uses mono-space font as the default system font. Normally, the width of one multi-byte character is equal to the width of two single-byte character when using the default system font.
|
|
|
Gets the current system charset. This function gets the current system charset and returns the charset name. By default, the system charset is ISO8859-1 (for single-byte charset) or GB2312.1980-0 (for wide charset), but you can change it by modifying MiniGUI.cfg.
|
|
|
Gets the width of a single-byte character of the default system font. This function returns the width of a single-byte character of the default system font. MiniGUI uses mono-space font as the default system font, but you can specify a different font to output text in windows of MiniGUI.
|
|
|
Gets the average width of a single-byte character of a system font. This function returns the average width of a single-byte character of one system font.
|
|
|
Gets the height of a single-byte character of a system font. This function returns the height of a single-byte character of one system font.
|
|
|
Gets the maximal width of a single-byte character of a system font. This function returns the maximal width of a single-byte character of one system font.
|
|
|
Gets the system logical font through an font identifier. This function returns the system logical font through the font identifier font_id.
Definition at line 5825 of file gdi.h. References NULL. |
1.4.2