mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-13 14:36:09 +09:00
probably useable now
This commit is contained in:
@@ -223,12 +223,14 @@ class TerrarumTypewriterBitmap(
|
||||
}
|
||||
}
|
||||
|
||||
if (code and 127 == 67) width *= -1 // the backspace key
|
||||
if (debug) println("${code.charInfo()}: Width $width, tags $tags")
|
||||
|
||||
/*val isDiacritics = pixmap.getPixel(codeStartX, codeStartY + H - 1).and(0xFF) != 0
|
||||
if (isDiacritics)
|
||||
glyphWidth = -glyphWidth*/
|
||||
|
||||
|
||||
glyphProps[code] = GlyphProps(width, tags)
|
||||
|
||||
// extra info
|
||||
|
||||
Reference in New Issue
Block a user