updated to tdoc

This commit is contained in:
Willem Cazander 2025-01-19 18:08:29 +01:00
parent b35a0f2728
commit c4bf31561f
7 changed files with 71 additions and 50 deletions

View file

@ -157,6 +157,9 @@ public class NotepadDeskApp extends AbstractDeskApp implements DeskAppRenderer,
DrawCharacter drawChar = unicode4DService.getCharacterForUnicode(unicodeChar);
if (drawChar == null) {
drawChar = unicode4DService.getCharacterForUnicode(DEFAULT_CHAR);
if (drawChar == null) {
continue;
}
}
float scale = 1f;
int color = 0x3c68bb5b;