Skip to content

demo and test code using harfbuzz to handle the BASE OpenType feature

License

Notifications You must be signed in to change notification settings

eroux/harfbuzz-base-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo and test for the BASE opentype feature using Harfbuzz

The goal of this repository is to:

  • test the harfbuzz implementation of the BASE feature handling
  • provide a demo of how applications should handle the BASE feature
  • provide models for font designers

See also resources on the BASE feature.

Building

First build harfbuzz in the submodule (see harfbuzz build doc):

$ git submodule update --init
$ cd harfbuzz
$ ./autogen.sh
$ make

Then build fonts (see fonts/ directory).

Then you can run tests or see the demo (TODO).

License

All material in this repository is under the MIT License.

About

demo and test code using harfbuzz to handle the BASE OpenType feature

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published