diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-10 15:48:47 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-10 15:48:47 -0700 |
commit | 365b1f855c9a589f49f145d80a784b36e1aaf6d6 (patch) | |
tree | f796ea610194d0f7a74565b6585189c9b14a58cc | |
parent | ee1b0d19b6d97f20dc10a7fc8ec9215f82c094b8 (diff) | |
download | mu-365b1f855c9a589f49f145d80a784b36e1aaf6d6.tar.gz |
.
-rw-r--r-- | font.subx | 2 | ||||
-rw-r--r-- | html/font.subx.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/font.subx b/font.subx index 9c3d5e8b..066b7267 100644 --- a/font.subx +++ b/font.subx @@ -9,7 +9,7 @@ # - 2-letter hex bytes, optionally followed by '/' and single-word comments, and # - line comments after '#' # Each glyph consists of a 1-byte size, a 1-byte boolean flagging combining -# characters, and a 16-byte bitmap. +# characters, and a 32-byte bitmap. # The size can currently be only '08' or '10' (16). # * If it's '08', the glyph is 8 pixels wide, each row consists of one byte, and # the last 8 bytes of the bitmap are ignored. diff --git a/html/font.subx.html b/html/font.subx.html index 781adf4b..e042598d 100644 --- a/html/font.subx.html +++ b/html/font.subx.html @@ -63,7 +63,7 @@ if ('onhashchange' in window) { <span id="L9" class="LineNr"> 9 </span><span class="subxComment"># - 2-letter hex bytes, optionally followed by '/' and single-word comments, and</span> <span id="L10" class="LineNr"> 10 </span><span class="subxComment"># - line comments after '#'</span> <span id="L11" class="LineNr"> 11 </span><span class="subxComment"># Each glyph consists of a 1-byte size, a 1-byte boolean flagging combining</span> -<span id="L12" class="LineNr"> 12 </span><span class="subxComment"># characters, and a 16-byte bitmap.</span> +<span id="L12" class="LineNr"> 12 </span><span class="subxComment"># characters, and a 32-byte bitmap.</span> <span id="L13" class="LineNr"> 13 </span><span class="subxComment"># The size can currently be only '08' or '10' (16).</span> <span id="L14" class="LineNr"> 14 </span><span class="subxComment"># * If it's '08', the glyph is 8 pixels wide, each row consists of one byte, and</span> <span id="L15" class="LineNr"> 15 </span><span class="subxComment"># the last 8 bytes of the bitmap are ignored.</span> |