thai glyph update

This commit is contained in:
minjaesong
2021-11-16 22:29:35 +09:00
parent 49d83a297f
commit 4261652bdf
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 120 KiB

BIN
demo.PNG

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

View File

@@ -711,7 +711,7 @@ class TerrarumSansBitmap(
var width = 0
var tags = 0
for (y in 0..3) {
for (y in 0..4) {
// if ALPHA is not zero, assume it's 1
if (pixmap.getPixel(codeStartX, codeStartY + y).and(0xFF) != 0) {
width = width or (1 shl y)

Binary file not shown.