From 1e5be47d14002da451af8e94c2acdb6a075938a2 Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Wed, 24 Jan 2018 22:24:45 -0500 Subject: added example image --- README | 24 ------------------------ README.md | 25 +++++++++++++++++++++++++ example.png | Bin 0 -> 10913 bytes 3 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 README create mode 100644 README.md create mode 100644 example.png diff --git a/README b/README deleted file mode 100644 index bd898f1..0000000 --- a/README +++ /dev/null @@ -1,24 +0,0 @@ -𘤝𘤞𘤀𘤛・𘤌𘤛𘤧𘤁・𘤚𘤜𘤛𘤧𘤁・𘤊𘤛 -Software Package for the Iokalant Conlang -includes: - A m17n engine .mim file for a custom keyboard layout, compatible with ibus-m17n (io-iokalant.mim) - A fontforge .sfd font file and a generate TrueType font for rendering of Iokalant Characters encoded in unicode.(IOKALANT_STANT_FATENC.ttf) - Documentaion on the encoding used and description of the writing system itself -Issues: - Incompatible with any Tangut fonts installe. - The TrueType font does not work with urxvt, but works on Suckless Terminal, Cool Retro Term and any other graphical application - Currently the Font is marked as being in the private use characters block when it is in the Tangut characters block because fontforge lacks such a preset -Dependencies: - TrueType font support - ibus - ibus-m17n - unicode as the system locale -Instructions: - $sudo make install - $ibus reset - $ibus-setup - Add iokalant as an input method (under Ido) - - $st -f "xos4 Terminus,IOKALANT_STANT_FATENC:size=12" # to launch a compatible Terminal - OR - open doc/test.html with your preferred browser diff --git a/README.md b/README.md new file mode 100644 index 0000000..cde2173 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +𘤝𘤞𘤀𘤛・𘤌𘤛𘤧𘤁・𘤚𘤜𘤛𘤧𘤁・𘤊𘤛 +Software Package for the Iokalant Conlang +[Example Image](example.png) +includes: + A m17n engine .mim file for a custom keyboard layout, compatible with ibus-m17n (io-iokalant.mim) + A fontforge .sfd font file and a generate TrueType font for rendering of Iokalant Characters encoded in unicode.(IOKALANT_STANT_FATENC.ttf) + Documentaion on the encoding used and description of the writing system itself +Issues: + Incompatible with any Tangut fonts installe. + The TrueType font does not work with urxvt, but works on Suckless Terminal, Cool Retro Term and any other graphical application + Currently the Font is marked as being in the private use characters block when it is in the Tangut characters block because fontforge lacks such a preset +Dependencies: + TrueType font support + ibus + ibus-m17n + unicode as the system locale +Instructions: + $sudo make install + $ibus reset + $ibus-setup + Add iokalant as an input method (under Ido) + + $st -f "xos4 Terminus,IOKALANT_STANT_FATENC:size=12" # to launch a compatible Terminal + OR + open doc/test.html with your preferred browser diff --git a/example.png b/example.png new file mode 100644 index 0000000..8308d9a Binary files /dev/null and b/example.png differ -- cgit v1.1