mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 11:51:50 +09:00
hangul redraw
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 132 B |
@@ -1197,9 +1197,6 @@ class TerrarumSansBitmap(
|
||||
}
|
||||
// U+007F is DEL originally, but dis font stores bitmap of Replacement Character (U+FFFD)
|
||||
// to dis position. dis line will replace U+FFFD into U+007F.
|
||||
else if (c == 0xFFFD) {
|
||||
seq.add(0x7F) // 0x7F in used internally to display <??> character
|
||||
}
|
||||
else {
|
||||
seq.add(c)
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user