- 16 11月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 08 8月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
Implemented for Arabic, Hebrew, and generic marks. Activated if no GPOS table present.
-
由 Behdad Esfahbod 提交于
-
- 17 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 28 5月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 13 4月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but never things like hb-shape.h directly. This makes it easier to refactor headers later on without breaking compatibility.
-
- 20 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2011 3 次提交
-
-
由 Behdad Esfahbod 提交于
We need this to set data on objects safely without worrying that some other thread unsets it by setting it at the same time.
-
由 Behdad Esfahbod 提交于
hb_face_get_blob() renamed to hb_face_reference_blob(), returns a reference now. hb_face_[sg]et_index() added. hb_face_set_upem() added.
-
由 Behdad Esfahbod 提交于
-
- 04 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Need to think more about it.
-
- 25 5月, 2011 1 次提交
-
-
由 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.
-
- 20 5月, 2011 2 次提交
-
-
由 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 2 次提交
-
-
由 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.
-
- 17 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 13 5月, 2011 3 次提交
-
-
由 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 提交于
Makes it clear that kerning is in visual order.
-
- 12 5月, 2011 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 11 5月, 2011 7 次提交
-
-
由 Behdad Esfahbod 提交于
get_contour_point now takes glyph id before point_index. get_kerning now takes a vector to fill-in.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Not quite useful just yet.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 03 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 29 4月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
Will be adding font_funcs subclassing instead.
-
由 Behdad Esfahbod 提交于
-
- 28 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 22 4月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
I was reconsidering whether y should grow down, since all three/four times I've used this API I was tricked and got that wrong in my use. So I was very inclined to make y grow down instead of up. However, considering that the font space has y up and it would be very confusing for callbacks to work against that, I decided that what I really want is for the user to be able to set y_scale to a negative number to imply that user-space y grows down. Changing x_scale/y_scale from unsigned int to int allows that, and I've made pango to use that instead of negating glyph y_offset later. hb-ft however still has y group up. I *guess* that's how FreeType works? I'm not sure, FreeType docs don't make this clear... I'm happy with the resolution :-).
-
- 21 4月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
That correctly reflects the reference ownership transfer happening.
-
由 Behdad Esfahbod 提交于
This was a bizzare piece of API that I inherited from cairo. It has been wrong adding them to cairo in the first place. Remove them before someone uses them!
-