updated to tdoc
This commit is contained in:
parent
b35a0f2728
commit
c4bf31561f
7 changed files with 71 additions and 50 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue