- 27 5月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
We're not at 100% coverage yet, so do not enable the test by default.
-
由 Behdad Esfahbod 提交于
-
- 26 5月, 2011 3 次提交
-
-
由 Behdad Esfahbod 提交于
The versioning is automatic. For now, soname-major is 0. With the 1.0.0 release it will jump to 1 and stay there forever.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 25 5月, 2011 4 次提交
-
-
由 Behdad Esfahbod 提交于
Now that vertical text works correctly, I'm doing a last round modification of the font-funcs API to simplify. Expect no more changes around here.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Wow, it took me a few days to find the right fix! We now set the advance for attached marks to zero, but we do this in the _finish() state of gpos, so it shouldn't regress with fonts like DejaVuSansMono that explicitly decrease the mark advance width to set it to zero.
-
由 Behdad Esfahbod 提交于
-
- 21 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 20 5月, 2011 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Starting to get there, but not without yet another round of changes. I think I know wheere to go now.
-
- 18 5月, 2011 8 次提交
-
-
由 Behdad Esfahbod 提交于
Currently it only marks glyph origins.
-
由 Behdad Esfahbod 提交于
The base for vertical is almost ready now.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
I like this API *much* better. Implementation still incomplete, but horizontal works.
-
由 Behdad Esfahbod 提交于
Design not final yet, and in fact I'm going to change it immediately, but this is an standalone change for itself.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Apparently there exist systems with mprotect(), but not mmap()?
-
- 17 5月, 2011 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 14 5月, 2011 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
I'm in awe with how many bugs this test revealed. All fixed.
-
由 Behdad Esfahbod 提交于
-
- 13 5月, 2011 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We need to know whether the glyph exists, so we can fallback to composing / decomposing. Assuming that glyph==0 means "doesn't exist" wouldn't work for applications like Pango that want to use different "doesn't exist" glyph codes for different characters. An explicit return value fixes that.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Makes it clear that kerning is in visual order.
-
- 12 5月, 2011 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
More portable.
-
由 Behdad Esfahbod 提交于
-