You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
emile 5c028afc72 bdf tests, otf tests and commands in readme 3 weeks ago
pad-en-grille .gitignore + @TODO bg en pseudo-element 4 weeks ago
.gitignore padascii2uniascii script and some notes in README 3 weeks ago
README.md bdf tests, otf tests and commands in readme 3 weeks ago
padascii2uniascii.sh remove space EOL and remove first empty line 3 weeks ago
unifont-15.1.05.otf test de grille pour un fond de pad 4 weeks ago
unifont-black.hex Update 'unifont-black.hex' 4 weeks ago
unifont-black.otf .gitignore + @TODO bg en pseudo-element 4 weeks ago
unifont-number-sign-black.otf .gitignore + @TODO bg en pseudo-element 4 weeks ago

README.md

Qunifont

Qunifont is a qunified version of the Unifont

Drawing new Qunifont glyphs (in pads)

Download, extract and rename the last Unifont tar.gz file (https://unifoundry.com/pub/unifont/?C=M;O=D) to get access to the Unifont utilities scripts

curl https://unifoundry.com/pub/unifont/unifont-16.0.01/unifont-16.0.01.tar.gz -o unifont.tar.gz
tar -xvf unifont.tar.gz
mv unifont-16.0.01 unifont

Change the GLYPH_MAX_WIDTH variable from hex2otf.c to 64 and compile it with gcc unifont/src/hex2otf.c -o hex2otf

#define GLYPH_MAX_WIDTH 64	///< Maximum glyph width, in pixels.

Draw glyphs in a pad following this format (hexadecimal identifier):

F4910:
----------------
----------------
----------------
----------------
---#----######--
---#---#------#-
---#---#------#-
-##############-
---#------------
---#------------
---#------------
---#------------
---#------------
----##----------
----------------
----------------

Run padascii2uniascii to download the pad's content and format it for the Unifont utilities (uniascii)

./padascii2uniascii.sh http://88.127.187.90:9001/p/qunifont > qunifont.txt

Use the Unifont hex glyphs as a base file

cp unifont/font/planee00/unifont-base.hex qunifont.hex

Convert uniascii to unihex and add them to the base file

./unifont/src/hexdraw qunifont.txt  >> qunifont.hex

TODO: remove duplicate id

???

Convert unihex to bdf

./unifont/src/hex2bdf qunifont.hex > qunifont.bdf

Convert unihex to otf, --help for format list

./unifont/src/hex2otf hex=qunifont.hex out=qunifont.otf format=truetype

TODO: add OpenType features, change metadata

Other useful commands

Convert unihex to png preview table (-p for plage)

./unifont/src/unihex2png -i qunifont.hex -o qunifont.png -p 0

Convert unihex to sfd

./unifont/src/hex2sfd < qunifont.hex > qunifont.sfd

Print specific glyph in terminal from hexcode

printf %b\\n \\UF1010
󱀐

printf %b\\n \\UFFE1
£

printf %b\\n \\U1F480
💀