Docs for harfbuzz-ng or API details

813 Views Asked by At

I was working on harbuzz old one. now a new version of harbuzz-ng has came. now this structure is completely changes in comparison of old code. Without API docs its really hard to work/use this library. I google about it but didnot find any relavent details.

How can i start using it. Any test program to understand the input and output for this library.

If anybody have a test /hello world type from or any reference docs for API please share.

2

There are 2 best solutions below

0
On

Some good and simple examples are listed on Harfbuzz wiki, 1, 2

I suggest you a higher level library, Pango if you need layout things like line wrap and I guess you would find better doucmentation for it than HarfBuzz itself.

You may have a look at State of Text Rendering also.

0
On
  • adding to the above examples i have also made and collected some sample harfbuzz examples which you can find it here
  • this link https://lazka.github.io/pgi-docs/HarfBuzz-0.0/index.html might aid you
  • I would say you should read all Harfbuzz mail archives
  • plus go to harfbuzz github acc try reading pr and issues threads.
  • at last due to scarcity of documentations,the only doc you got is the sourcecode itself :P