Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
576B

  1. Fonts
  2. Fonts are kept in "source" form in the following blocks and
  3. then compiled to binary bitmasks by the following code. In
  4. source form, fonts are a simple sequence of '.' and 'X'. '.'
  5. means empty, 'X' means filled. Glyphs are entered one after the
  6. other, starting at 0x21 and ending at 0x7e. To be space
  7. efficient in blocks, we align glyphs horizontally in the blocks
  8. to fit as many character as we can. For example, a 5x7 font
  9. would mean that we would have 12x2 glyphs per block.
  10. 521 Font compiler 530 3x5 font
  11. 532 5x7 font 536 7x7 font