7

I cannot find the guide to get started with using HarfBuzz in my own app.

I looked here:

http://freedesktop.org/wiki/Software/HarfBuzz/

This seems to be the official page of HarfBuzz.

I looked over Download, Building and Development sections. But I must be overlooking something.

Ashley Medway
  • 7,151
  • 7
  • 49
  • 71
exebook
  • 32,014
  • 33
  • 141
  • 226

4 Answers4

3

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
3

I was facing the same issue and was looking for the instructions. Finally I found at below link. It includes Android sample app with build instructions and all. Enjoy : Indic-text-renderer

Vikasdeep Singh
  • 20,983
  • 15
  • 78
  • 104
3

I found harfbuzz html docs here http://fossies.org/linux/harfbuzz/docs/html/index.html

none53
  • 63
  • 8
  • Question is off-tpic, and this answer is only a link, but this could be the answer. thanks a lot @none53 – pylover Aug 10 '16 at 08:59
1

I've managed to find a post to the harfbuzz mailing list with some (non working) example code here; however, it's from 2008.

It also looks like the source code itself contains some documentation, although I think it needs to be generated via the makefile.

Jon
  • 9,815
  • 9
  • 46
  • 67