dead programmer
dead programmer

Reputation: 4365

Docs for harfbuzz-ng or API details

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.

Upvotes: 5

Views: 816

Answers (2)

phunsukwangdu
phunsukwangdu

Reputation: 412

  • 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

Upvotes: 0

Ebrahim Byagowi
Ebrahim Byagowi

Reputation: 11228

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.

Upvotes: 5

Related Questions