From 17de170ea087131fd37513d138b12cd755c9cec4 Mon Sep 17 00:00:00 2001 From: syimyuzya Date: Sat, 4 Dec 2021 17:12:36 +0800 Subject: [PATCH] Update READMEs about unifont --- README.md | 1 + font_api/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c37a469..8a40d7e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This modpack provides mods with dynamic display. Mods are : - **[font_api](https://github.com/pyrollo/display_modpack/tree/master/font_api)**: A library for displaying fonts on entities; - **[signs_api](https://github.com/pyrollo/display_modpack/tree/master/signs_api)**: A library for the easy creation of signs; - **[font_metro](https://github.com/pyrollo/display_modpack/tree/master/font_metro)**: A font mod used as default font (includes uppercase, lowercase and accentuated latin letters, usual signs, cyrillic and greek letters) +- **[unifont](https://github.com/pyrollo/display_modpack/tree/master/unifont)**: A lightweight (~1MB) font mod with full Unicode Plane 0 charset (63000+ chars) - **[boards](https://github.com/pyrollo/display_modpack/tree/master/boards)**: A mod providing school boards (includes *tiny cursive font*, a handwriting style font); - **[ontime_clocks](https://github.com/pyrollo/display_modpack/tree/master/ontime_clocks)**: A mod providing clocks which display the ingame time; diff --git a/font_api/README.md b/font_api/README.md index ff1dd98..6a19847 100644 --- a/font_api/README.md +++ b/font_api/README.md @@ -19,6 +19,7 @@ You can add fonts by installing fonts mod. Be aware that each font comes with nu Font mods can be found here: * [Metro](https://github.com/pyrollo/display_modpack/tree/master/font_metro): A multipurpose font with many chars (uppercase, lowercase and accentuated latin letters, usual signs, cyrillic and greek letters). + * [unifont](https://github.com/pyrollo/display_modpack/tree/master/unifont): A lightweight duospaced font with full Unicode Plane 0 charset (63000+ characters). * [OldWizard](https://github.com/pyrollo/font_oldwizard): An old style gothic font. * [Botic](https://github.com/pyrollo/font_botic): A scifi style font.