This commit is contained in:
Hamcha 2024-05-08 10:34:03 +02:00
parent 9aef202007
commit 6a6a5bfc4b
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89

View file

@ -33,7 +33,7 @@ fn printChar(characterIndex: usize) void {
} }
``` ```
for width ≤ 8px, code can be simplyfied to: for width ≤ 8px, code can be simplified to:
```rust ```rust
const GLYPH_HEIGHT = <font.height>; const GLYPH_HEIGHT = <font.height>;