Adafruit-GFX-Library
Adafruit-GFX-Library copied to clipboard
BIG FONT
Hi.
To have a Korean character, I converted GodoMfont using Ubuntu, fontconvert_win.md, followed by GodoM.
No matter how good the results are, they look very ugly.
There is a wobble (or compression/inclusive - not sure how to translate) because the width does not seem to match. Index numbers do not increase by more than 65536. The number 65536 or higher is initialized to 1. Is there any way to increase the index number?
How do I print the right text?
{ 65266, 10, 15, 12, 1, -12 }, // 0x93EF { 65285, 10, 15, 12, 1, -12 }, // 0x93F0 { 65304, 10, 15, 12, 1, -12 }, // 0x93F1 { 65323, 10, 15, 12, 1, -12 }, // 0x93F2 { 65342, 10, 15, 12, 1, -12 }, // 0x93F3 { 65361, 10, 15, 12, 1, -12 }, // 0x93F4 { 65380, 10, 15, 12, 1, -12 }, // 0x93F5 { 65399, 10, 15, 12, 1, -12 }, // 0x93F6 { 65418, 10, 15, 12, 1, -12 }, // 0x93F7 { 65437, 10, 15, 12, 1, -12 }, // 0x93F8 { 65456, 10, 15, 12, 1, -12 }, // 0x93F9 { 65475, 10, 15, 12, 1, -12 }, // 0x93FA { 65494, 10, 15, 12, 1, -12 }, // 0x93FB { 65513, 10, 15, 12, 1, -12 }, // 0x93FC { 65532, 10, 15, 12, 1, -12 }, // 0x93FD { 15, 10, 15, 12, 1, -12 }, // 0x93FE { 34, 10, 15, 12, 1, -12 }, // 0x93FF { 53, 10, 15, 12, 1, -12 }, // 0x9400 { 72, 10, 15, 12, 1, -12 }, // 0x9401 { 91, 10, 15, 12, 1, -12 }, // 0x9402 { 110, 10, 15, 12, 1, -12 }, // 0x9403 { 129, 10, 15, 12, 1, -12 }, // 0x9404 { 148, 10, 15, 12, 1, -12 }, // 0x9405 { 167, 10, 15, 12, 1, -12 }, // 0x9406 { 186, 10, 15, 12, 1, -12 }, // 0x9407 { 205, 10, 15, 12, 1, -12 }, // 0x9408 { 224, 10, 15, 12, 1, -12 }, // 0x9409 { 243, 10, 15, 12, 1, -12 }, // 0x940A { 262, 10, 15, 12, 1, -12 }, // 0x940B { 281, 10, 15, 12, 1, -12 }, // 0x940C { 300, 10, 15, 12, 1, -12 }, // 0x940D { 319, 10, 15, 12, 1, -12 }, // 0x940E { 338, 10, 15, 12, 1, -12 }, // 0x940F { 357, 10, 15, 12, 1, -12 }, // 0x9410 { 376, 10, 15, 12, 1, -12 }, // 0x9411 { 395, 10, 15, 12, 1, -12 }, // 0x9412 { 414, 10, 15, 12, 1, -12 }, // 0x9413
up