diff options
author | Devnol <[email protected]> | 2021-11-20 18:58:58 +0200 |
---|---|---|
committer | Devnol <[email protected]> | 2021-11-20 18:58:58 +0200 |
commit | ac769c109a500a2076c7f7927b116e5ad31268f9 (patch) | |
tree | 018422fbf590184876c015dfe9c7fa833d16da0c /Translations/font_tables.py | |
parent | e0f9809693ecfd27033c2f32983ae757bbe0858f (diff) | |
download | IronOS-ac769c109a500a2076c7f7927b116e5ad31268f9.tar.gz IronOS-ac769c109a500a2076c7f7927b116e5ad31268f9.zip |
Fix some half height glyphs
Signed-off-by: Devnol <[email protected]>
Diffstat (limited to 'Translations/font_tables.py')
-rwxr-xr-x | Translations/font_tables.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Translations/font_tables.py b/Translations/font_tables.py index e6f1e41c..51e8ab19 100755 --- a/Translations/font_tables.py +++ b/Translations/font_tables.py @@ -820,14 +820,14 @@ def get_small_font_map_greek() -> Dict[str, bytes]: "Α": b"\x7e\x09\x09\x09\x7e\x00", "Β": b"\x7f\x49\x49\x49\x36\x00", "Γ": b"\x7f\x01\x01\x01\x01\x00", - "Δ": b"\x7E\x41\x41\x41\x7E\x00", + "Δ": b"\x70\x4C\x43\x4C\x70\x00", "Ε": b"\x7f\x49\x49\x49\x41\x00", "Ζ": b"\x61\x51\x49\x45\x43\x00", "Η": b"\x7f\x08\x08\x08\x7f\x00", "Θ": b"\x3E\x49\x49\x49\x3E\x00", "Ι": b"\x00\x41\x7f\x41\x00\x00", "Κ": b"\x7f\x08\x14\x22\x41\x00", - "Λ": b"\x7E\x01\x01\x01\x7E\x00", + "Λ": b"\x70\x0C\x03\x0C\x70\x00", "Μ": b"\x7f\x02\x0c\x02\x7f\x00", "Ν": b"\x7f\x04\x08\x10\x7f\x00", "Ξ": b"\x41\x49\x49\x49\x41\x00", @@ -856,12 +856,12 @@ def get_small_font_map_greek() -> Dict[str, bytes]: "ι": b"\x04\x3C\x40\x40\x00\x00", "κ": b"\x00\x7C\x10\x28\x44\x00", "λ": b"\x70\x0A\x04\x08\x70\x00", - "μ": b"\x7c\x10\x10\x0c\x10\x00", + "μ": b"\xFC\x10\x10\x3C\x20\x00", "ν": b"\x1C\x20\x40\x20\x1C\x00", "ξ": b"\x36\x49\x49\xC9\x00\x00", "ο": b"\x38\x44\x44\x44\x38\x00", "π": b"\x04\x7C\x04\x7C\x44\x00", - "ρ": b"\x78\x14\x14\x14\x08\x00", + "ρ": b"\xF8\x24\x24\x24\x18\x00", "ς": b"\x38\x44\x44\xC4\x04\x00", "σ": b"\x38\x44\x44\x44\x3C\x04", "τ": b"\x04\x3C\x44\x44\x00\x00", |