Behdad Esfahbod
|
cc4d9810d6
|
[hb-shape] Add --show-text and --show-unicode options
|
2012-01-19 12:32:20 -05:00 |
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...
|
2011-09-20 14:43:55 -04:00 |
Behdad Esfahbod
|
422558142a
|
[util] Account for line-space in surface size
|
2011-09-19 17:57:02 -04:00 |
Behdad Esfahbod
|
8b8b19056d
|
[util] Add hb-shape utility
Like hb-view, but prints out buffer contents.
The output format is kinda cryptic. Suggestions welcome.
|
2011-09-19 16:41:17 -04:00 |
Behdad Esfahbod
|
11e51993ab
|
[util] Move font-size into view-options
|
2011-09-19 09:58:55 -04:00 |
Behdad Esfahbod
|
55aeb04904
|
Fix reading text from stdin
|
2011-09-16 02:08:36 -04:00 |
Behdad Esfahbod
|
a75c1b1251
|
Move code around
|
2011-09-16 01:16:41 -04:00 |
Behdad Esfahbod
|
4451168e5d
|
Fix binary stdin/stdout io in Windows
Make --font-file accept "-" to mean stdin, and have it work
in Windows too!
|
2011-09-16 00:41:08 -04:00 |
Behdad Esfahbod
|
639b5957d9
|
Minor
|
2011-09-15 18:09:49 -04:00 |
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.
|
2011-09-15 18:01:24 -04:00 |
Behdad Esfahbod
|
b9b10ad78b
|
[util] Refactor hb-view completely
Now we can use the same code to do other utils...
|
2011-09-15 00:30:41 -04:00 |
Behdad Esfahbod
|
bc4b07b05e
|
More reshuffling
|
2011-09-08 17:11:01 -04:00 |
Behdad Esfahbod
|
516857eb51
|
[util] Simplify more
|
2011-09-08 16:50:24 -04:00 |
Behdad Esfahbod
|
4f4b114a55
|
[util] Move code around
|
2011-09-08 16:49:02 -04:00 |
Behdad Esfahbod
|
90e312cb85
|
[util] Move code around
|
2011-09-08 16:42:37 -04:00 |
Behdad Esfahbod
|
109cb38289
|
[util] Further refactor option parsing
|
2011-09-08 16:00:04 -04:00 |
Behdad Esfahbod
|
97796453aa
|
Fix falloffs of the GOption conversion
|
2011-08-15 19:03:43 +02:00 |
Behdad Esfahbod
|
3bb300ee78
|
Refactor hb-view code
|
2011-08-11 12:04:03 +02:00 |