mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-14 15:06:07 +09:00
thai glyph update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user