https://github.com/haydenwong7bm/classwizdisplayext
Bitmap display font from CASIO ClassWiz calculator, with more characters added.
https://github.com/haydenwong7bm/classwizdisplayext
casio classwiz font
Last synced: 2 months ago
JSON representation
Bitmap display font from CASIO ClassWiz calculator, with more characters added.
- Host: GitHub
- URL: https://github.com/haydenwong7bm/classwizdisplayext
- Owner: haydenwong7bm
- License: other
- Created: 2025-02-02T13:06:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T11:28:39.000Z (12 months ago)
- Last Synced: 2025-06-19T12:29:09.971Z (12 months ago)
- Topics: casio, classwiz, font
- Language: Python
- Homepage:
- Size: 20 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[繁體中文](https://github.com/haydenwong7bm/ClasswizDisplayExt/tree/main/README_zh-TC.md) [简体中文󠄁](https://github.com/haydenwong7bm/ClasswizDisplayExt/tree/main/README_zh-SC.md) **EN**
# CASIO ClassWiz Display Font Ext(ended)
**Bitmap font from CASIO ClassWiz calculator's display!**

## Language and Character Set Support
(From the current font SFD source file)
✅ English, Germany, Czech, Hungarian, Polish, Slovak, French, Spanish, Catalan, Basque, Portuguese, Vietnamese, Greek, Russian, Chinese Pinyin
🟨 Japanese Kana, Arabic
❌ Pe̍h-ōe-jī
✅ ASCII ([Wenti-D#2](https://github.com/Wenti-D/ClasswizDisplayFont/issues/2))
✅ ISO/IEC 8859-1 + Windows-1252
✅ ISO/IEC 8859-2
✅ ISO/IEC 8859-3
✅ ISO/IEC 8859-4
✅ ISO/IEC 8859-5
✅ ISO/IEC 8859-6
🟨 ISO/IEC 8859-7 (₯ is missing)
❌ ISO/IEC 8859-8 (No plans to support)
✅ ISO/IEC 8859-9
✅ ISO/IEC 8859-10
❌ ISO/IEC 8859-11 (No plans to support)
✅ ISO/IEC 8859-13
🟨 ISO/IEC 8859-14 (Ḃ ḃ Ḋ Ẁ Ẃ ḋ Ḟ ḟ Ṁ ṁ Ṗ ẁ ṗ ẃ Ṡ Ẅ ẅ ṡ Ṫ ṫ is missing)
✅ ISO/IEC 8859-15
🟨 ISO/IEC 8859-16 (Ș ș Ț ț is missing)
## How to Use
The font is in 4 parts: X Display, X Math, CW Display and CW Math. X version is serif, and CW version is sans-serif. Display version is used for normal text, provided in OTF, TTF and WOFF2 format; Math version is powered by OpenType `MATH` table, and is used for math expression input, only OTF format is provided.
All version of font releases can be downloaded in the [release page](https://github.com/haydenwong7bm/ClasswizDisplayExt/releases).
This README is just a rough description of the font.~~, in additional to the font, the zip file also contains a documentation file (such as `README.pdf`).~~
If you think this project is helpful to you, you may click the ☆ on the upper right corner of the page.
## Build Font
Font source file is provided with the [FontForge](https://fontforge.org/) font file format, which is a file with `.sfd` extension. To edit and build the font, please install FontForge. You can also build the font with `build.py` through FontForge.
~~However `.sfd` file is a text document, so you can also edit it with a text editor.~~
## Contribution and Feedback
"ClassWiz Display Ext" font is all licensed under the SIL Open Font License Version 1.1 agreement authorization, For details, please see the `OFL.txt` file. If you want to edit and redistribute the font, please be sure to comply with the license agreement. If you have any problems or suggestions, please open an issue.
## Credits
- [Wenti-D/ClasswizDisplayFont](https://github.com/Wenti-D/ClasswizDisplayFont)