Behdad Esfahbod
|
a18280a8ce
|
Fix warnings produced by clang analyzer
|
13 years ago |
Behdad Esfahbod
|
0594a24484
|
Cleanup TRUE/FALSE vs true/false
|
13 years ago |
Behdad Esfahbod
|
8f8956a55f
|
[util] Add hidden --shaper that is equivalent of --shapers
|
13 years ago |
Behdad Esfahbod
|
52e7b1424a
|
[util] Make hb-view print out Unicode art if stdout is a terminal
|
13 years ago |
Behdad Esfahbod
|
95cefdf96e
|
Add --utf8-clusters
Also fix cairo cluster generation.
|
13 years ago |
Behdad Esfahbod
|
088c1e27c0
|
[util] Fix option parsing
Wow, who knew bool is one byte and I was using it as a 4byte int?!
C++ auto casts fails you in mysterious ways...
|
13 years ago |
Behdad Esfahbod
|
8b8b19056d
|
[util] Add hb-shape utility
Like hb-view, but prints out buffer contents.
The output format is kinda cryptic. Suggestions welcome.
|
13 years ago |
Behdad Esfahbod
|
f6496663c2
|
[util] If no text is provided, simply call cairo_show_glyphs()
|
13 years ago |
Behdad Esfahbod
|
11e51993ab
|
[util] Move font-size into view-options
|
13 years ago |
Behdad Esfahbod
|
d2b3ab9ece
|
Fix "[util] Fix hb-view crash with bogus font."
|
13 years ago |
Behdad Esfahbod
|
da4a2a1426
|
Cosmetic
|
13 years ago |
Behdad Esfahbod
|
4274ed7ab6
|
[util] Fix hb-view crash with bogus font
|
13 years ago |
Behdad Esfahbod
|
55aeb04904
|
Fix reading text from stdin
|
13 years ago |
Behdad Esfahbod
|
7bf6ecd3bf
|
Always shape at size=upem
Fixes bug with uniscribe not handling GIGANTIC sizes.
|
13 years ago |
Behdad Esfahbod
|
f7e2ef74f8
|
[hb-view] Make print to stdout work in Windows
Apparently there's no equivalent to "/dev/stdout", so write using
stdio to be able to output to stdout.
|
13 years ago |
Behdad Esfahbod
|
b9b10ad78b
|
[util] Refactor hb-view completely
Now we can use the same code to do other utils...
|
13 years ago |