Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docs for harfbuzz-ng or API details

Tags:

harfbuzz

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.

like image 320
dead programmer Avatar asked Feb 05 '14 09:02

dead programmer


1 Answers

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.

like image 199
Ebrahim Byagowi Avatar answered Nov 16 '22 08:11

Ebrahim Byagowi