5

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.

dead programmer
  • 4,223
  • 9
  • 46
  • 77

2 Answers2

5

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.

Ebrahim Byagowi
  • 10,338
  • 4
  • 70
  • 81
0
  • 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
phunsukwangdu
  • 412
  • 5
  • 13