From 10bf80af0930bc6aba2dd9377a090be09e0b2418 Mon Sep 17 00:00:00 2001 From: mawei Date: Wed, 3 Jun 2026 20:30:42 +0800 Subject: [PATCH] =?UTF-8?q?unifont=20=E5=AD=97=E4=BD=93=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E6=94=B9=E4=B8=BA=2064px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selfdrive/assets/fonts/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/assets/fonts/process.py b/selfdrive/assets/fonts/process.py index 30ccf9ca..d17704ae 100755 --- a/selfdrive/assets/fonts/process.py +++ b/selfdrive/assets/fonts/process.py @@ -90,7 +90,7 @@ def _process_font(font_path: Path, codepoints: tuple[int, ...]): print(f"Processing {font_path.name}...") font_size = { - "unifont.otf": 16, # unifont is only 16x8 or 16x16 pixels per glyph + "unifont.otf": 64, # unifont is only 16x8 or 16x16 pixels per glyph }.get(font_path.name, 200) data = font_path.read_bytes()