mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-06 05:58:30 +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)
|
// 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.
|
// 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 {
|
else {
|
||||||
seq.add(c)
|
seq.add(c)
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user