Try to fix fonts
This commit is contained in:
@@ -58,7 +58,7 @@ void code(UWORD *blackImage, char* confName) {
|
||||
if (codeLength <= 6) {
|
||||
Paint_DrawString(5, 20, code, &Font65, WHITE, BLACK);
|
||||
} else if (codeLength > 6) {
|
||||
Paint_DrawString(5, 20, code, &Font56, WHITE, BLACK);
|
||||
Paint_DrawString(5, 20, code, &Font54, WHITE, BLACK);
|
||||
} else if (codeLength > 8) {
|
||||
Paint_DrawString(5, 20, code, &Font40, WHITE, BLACK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user