~vladh/hare-freetype2

Hare freetype2 bindings
7221b2c0 — Vlad-Stefan Harbuz 7 months ago
add contributing section
Change *void to *opaque
Use fmt::fatalf in test

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~vladh/hare-freetype2
read/write
git@git.sr.ht:~vladh/hare-freetype2

You can also use your local clone with git send-email.

#Hare freetype2 Bindings

#Vendoring

git subtree -P vendor/hare-freetype2/ add https://git.sr.ht/~vladh/hare-freetype2 main

#Test

There is a test you can run with make run. It expects a font at /usr/share/fonts/noto-cjk/NotoSerifCJK-Regular.ttc. If you don't have a font there you can edit cmd/test/main.ha.

#Contributing

Send patches to ~vladh/general@lists.sr.ht using subject prefix [PATCH hare-freetype2]. For example:

git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-freetype2'
git send-email HEAD^

For more information, see git-send-email.io.