mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Cosmetics
This commit is contained in:
parent
45a75c1c2b
commit
e2939aae82
4 changed files with 18 additions and 23 deletions
|
@ -102,7 +102,7 @@ class FontBitmap:
|
|||
offset = self.font_size % 2
|
||||
image.paste(self.extra_bitmap.copy(), (width, offset))
|
||||
elif c == " ":
|
||||
pass
|
||||
width += 4
|
||||
elif c in special_chars["cn"]:
|
||||
width += self.draw_char(image, width, c, self.cjk_font)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue