Behdad Esfahbod
5a5350b39b
Revert "Round when scaling values"
...
This reverts commit 10f964623f
.
See discussion with Khaled Hosny on mailing list. In short, since
integers here can be negative, and int division is "round towards
zero", proper rounding should take sign into account. Just skip
doing it again, has been serving us well before.
11 years ago
Behdad Esfahbod
81a007ffad
[TODO] Update
11 years ago
Behdad Esfahbod
7cd4a71584
Update TODO
11 years ago
Behdad Esfahbod
10f964623f
Round when scaling values
...
Doesn't matter for most users since they should be working in a
fixed sub-pixel scale anyway (ie. 22.10, 26.6, 16.16, etc).
11 years ago
Behdad Esfahbod
d71c0df2d1
Remove vrt2, vkrn, vpal, and valt from default vertical features
...
See thread by John Dagget on the list.
11 years ago
Behdad Esfahbod
c1824daefa
Update TODO
12 years ago
Behdad Esfahbod
6873f6cc42
Minor
12 years ago
Behdad Esfahbod
ebb77b9c5e
Remove TODO items that don't make sense
...
The spec says those features need to be disabled by default.
12 years ago
Behdad Esfahbod
038c98f686
Allow disabling of TrueType kerning
...
Responds to the same feature tag that GPOS kerning does:
'kern' for horizontal and 'vkrn' for vertical.
12 years ago
Behdad Esfahbod
8165f2765b
[tests] Start adding tests for hb-set.h
...
Fails now. Fixing.
12 years ago
Behdad Esfahbod
3cdce6497b
Remove TODO that I don't intend to fix
12 years ago
Behdad Esfahbod
f95a87b7b8
[util] List supported output formats in hb-view
12 years ago
Behdad Esfahbod
e24d8dab74
[TODO] Remove done items
12 years ago
Behdad Esfahbod
f17ed8116e
Minor TODO
12 years ago
Behdad Esfahbod
a724139e64
Update TODO
12 years ago
Behdad Esfahbod
96fdc04e5c
Add hb_buffer_[sg]et_content_type
...
And hb_buffer_content_type_t and enum values.
12 years ago
Behdad Esfahbod
e30ebd2794
Add hb_feature_to/from_string()
12 years ago
Behdad Esfahbod
191fa885d9
[GSUB] Merge Ligature and context input matching
...
Looks better now...
12 years ago
Behdad Esfahbod
ec0e46376a
Remove TODO items
12 years ago
Behdad Esfahbod
2b73a1f112
Add TODO
12 years ago
Behdad Esfahbod
344cc56698
Add TODO
12 years ago
Behdad Esfahbod
fe2b8a7777
Minor
12 years ago
Behdad Esfahbod
a8842e4a44
Remove some TODO items
12 years ago
Behdad Esfahbod
5fecd8b035
[OT] Synthesize glyph classes
12 years ago
Behdad Esfahbod
2f87cebe10
Implement shape_plan caching
...
Should give us some performance boost.
12 years ago
Behdad Esfahbod
787f7d1e9b
[TODO] Minor
12 years ago
Behdad Esfahbod
1f13c7185f
Add TODO item
13 years ago
Behdad Esfahbod
49ee12ccd0
Add TODO item
13 years ago
Behdad Esfahbod
d3c8115d1a
Minor
13 years ago
Behdad Esfahbod
4538b47bf0
Remove done TODO items
13 years ago
Behdad Esfahbod
bce095524b
Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
13 years ago
Behdad Esfahbod
3b9b7133be
Update TODO
13 years ago
Behdad Esfahbod
20fdb0f41d
Add a lock-free cache type for int->int functions
...
To be used for cmap and advance caching if desired.
13 years ago
Behdad Esfahbod
de0878395b
Update TODO
13 years ago
Behdad Esfahbod
8b2753ce2b
Minor
13 years ago
Behdad Esfahbod
0b08adb353
Add hb_set_t
13 years ago
Behdad Esfahbod
a0d4caeb91
Minor
13 years ago
Behdad Esfahbod
08569c0eaa
Minor
13 years ago
Behdad Esfahbod
d01402da9c
Minor
13 years ago
Behdad Esfahbod
6d16403bfa
Adjust TODO
13 years ago
Behdad Esfahbod
3baae2440d
Update TODO
13 years ago
Behdad Esfahbod
0b6d2ac6a1
Minor
13 years ago
Behdad Esfahbod
a240d5a0a3
Add TODO item
13 years ago
Behdad Esfahbod
eb2d8be7a8
Minor
13 years ago
Behdad Esfahbod
652d64aa8d
TODO items
13 years ago
Behdad Esfahbod
bf3eef540f
[uniscribe] Cleanup backend
13 years ago
Behdad Esfahbod
cc797e0d53
Minor
13 years ago
Behdad Esfahbod
02aeca985b
[API] Changes to main shape API
...
hb_shape() now accepts a shaper_options and a shaper_list argument.
Both can be set to NULL to emulate previous API. And in most situations
they are expected to be set to NULL.
hb_shape() also returns a boolean for now. If shaper_list is NULL, the
return value can be ignored.
shaper_options is ignored for now, but otherwise it should be a
NULL-terminated list of strings.
shaper_list is a NULL-terminated list of strings. Currently recognized
strings are "ot" for native OpenType Layout implementation, "uniscribe"
for the Uniscribe backend, and "fallback" for the non-complex backend
(that will be implemented shortly). The fallback backend never fails.
The env var HB_SHAPER_LIST is also parsed and honored. It's a
colon-separated list of shaper names. The fallback shaper is invoked if
none of the env-listed shapers succeed.
New API hb_buffer_guess_properties() added.
13 years ago
Behdad Esfahbod
71e7936fca
Minor
13 years ago
Behdad Esfahbod
dd89d958c1
Fix cluster calculation for non-LTR text
14 years ago