~bitfehler/hare-fontconfig

Fontconfig bindings for Hare
Add "simple" module for convenience
Add upstream documentation as haredocs

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~bitfehler/hare-fontconfig
read/write
git@git.sr.ht:~bitfehler/hare-fontconfig

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

#hare-fontconfig

Hare bindings for fontconfig.

WIP.

  • cmd/fc-list is a usable re-implementation of the "real" fc-list, minus command line flags (pattern and elements are supported)
  • cmd/fc-match is a usable re-implementation of the "real" fc-match, minus command line flags (pattern and elements are supported)

The naming sticks to the original (see the docs), but removes the "namespace" prefix (Fc for types and functions, FC_ for constants). So if you import this module with use fc = fontconfig;, you get calls looking similar to the C API, e.g fc::Init() instead of FcInit().

Patches welcome to my public inbox.