/cl-system-font

Platform font settings abstraction library for Common Lisp

Primary LanguageCommon Lisp

cl-system-font

DON'T USE THIS!!! USE this font-discovery library!!!


cl-system-font is a simple accessor library for font configurations on your systems.

Requirements

Usage

To get all fonst installed on your system, do this:

CL-USER> (sysfont:list-fonts)
...

Font infomation are includes these items:

  • font file pathname
  • font file format (as a string)
  • font name string
  • font families (this may be multiple values)
  • font styles (this may be multiple values)
  • if this font is monospaced?
  • supported languages (this may be multiple values)

References

Author

License

MIT license