Hi,
we use the emwin fontconverter (V3.10d) as a standalone tool to convert fonts :-).
Our problem is to interpret the data contained in the 'CharInfo' -table
The (proportional) font is converted as 4bpp antialiased (using internal)
Example:
--> What is the meaning of the leading 3 numbers ?
--> Does the table contain information about the 'proportionality' of the font like spacing, leading/trailing (unused) pixel colums ?
we use the emwin fontconverter (V3.10d) as a standalone tool to convert fonts :-).
Our problem is to interpret the data contained in the 'CharInfo' -table
The (proportional) font is converted as 4bpp antialiased (using internal)
Example:
Source Code
- GUI_CONST_STORAGE GUI_CHARINFO GUI_FontArial33_CharInfo[192] = {
- { 9, 9, 5, acGUI_FontArial33_0020 } /* code 0020 */
- ,{ 8, 8, 4, acGUI_FontArial33_0021 } /* code 0021 */
- ,{ 11, 11, 6, acGUI_FontArial33_0022 } /* code 0022 */
- ,{ 17, 17, 9, acGUI_FontArial33_0023 } /* code 0023 */
- ,{ 17, 17, 9, acGUI_FontArial33_0024 } /* code 0024 */
- ...
--> What is the meaning of the leading 3 numbers ?
--> Does the table contain information about the 'proportionality' of the font like spacing, leading/trailing (unused) pixel colums ?