|
04caf116
|
2018-09-26T12:13:47
|
|
[hb-view] Change subpixel bits from 8 to 6
To match FreeType units, such that FreeType gets correct size from us.
This matters more now that we allow setting --ft-load-flags.
|
|
cd4eb96a
|
2015-01-20T12:30:45
|
|
[util] Add --font-size to hb-shape
Also makes hb-view to use 8 bits of subpixel precision and shape at
requested size, instead of always shaping at upem and scaling results.
|
|
45675e58
|
2012-05-15T23:10:39
|
|
[util] Refactor to accommodate for upcoming new tool
|
|
8b8b1905
|
2011-09-19T16:41:17
|
|
[util] Add hb-shape utility
Like hb-view, but prints out buffer contents.
The output format is kinda cryptic. Suggestions welcome.
|
|
b9b10ad7
|
2011-09-13T13:30:39
|
|
[util] Refactor hb-view completely
Now we can use the same code to do other utils...
|
|
bc4b07b0
|
2011-09-08T17:08:32
|
|
More reshuffling
|
|
4f4b114a
|
2011-09-08T16:49:02
|
|
[util] Move code around
|
|
46d86a73
|
2011-09-08T16:43:15
|
|
Minor
We now support using -1 for NUL-terminated strings.
|
|
90e312cb
|
2011-09-08T16:42:37
|
|
[util] Move code around
|
|
4c9fe88d
|
2011-08-26T09:18:53
|
|
[API] Make all _from_string() functions take a len parameter
Can be -1 for NUL-terminated string. This is useful for passing parts
of a larger string to a function without having to copy or modify the
string first.
Affected functions:
hb_tag_t hb_tag_from_string()
hb_direction_from_string()
hb_language_from_string()
hb_script_from_string()
|
|
e6c09cdf
|
2011-08-17T19:07:59
|
|
Remove the pre_allocate argument from hb_buffer_create()
For two reasons:
1. User can always call hb_buffer_pre_allocate() themselves, and
2. Now we do a pre_alloc in add_utfX anyway, so the total number of
reallocs is limited to a small number (~3) anyway. This just makes the
API cleaner.
|
|
3bb300ee
|
2011-08-11T11:54:31
|
|
Refactor hb-view code
|
|
36a4fe03
|
2011-08-10T21:54:22
|
|
Fix charset conversion
|
|
25c48305
|
2011-08-10T16:28:38
|
|
[util] Add hb-shape --shapers
If the specified shapers fail, hb-shape will fail immediately
|
|
a21add6c
|
2011-08-10T16:07:49
|
|
Reformat
|
|
8df90c81
|
2011-08-10T15:26:41
|
|
[util] Port hb-view to GOption
|
|
511a136f
|
2011-08-09T15:03:00
|
|
Move hb-view into util/
|