- 16 11月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Two output formats for now: TEXT, and JSON. For example: hb-shape --output-format=json Deserialization API is added, but not implemented yet.
-
- 14 11月, 2012 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Use with Arabic, for example, to see the effect on joining.
-
由 Behdad Esfahbod 提交于
1. If there is any offset (x or y), print out both x and y offsets. 2. Always print out the advance in the major direction of the buffer. Ie. even for zero-advance glyphs, print a "+0". This is more intuitive.
-
- 13 11月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 07 9月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 08 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 07 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Lohit Devanagari has a glyph named: u0924_u094D.half_u0930_u094D.blwf.vatu
-
- 18 7月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
This reorders glyphs within the cluster to a nominal order. This should have no visible effect on the output, but helps with testing, for getting the same hb-shape output for visually-equal glyphs for each cluster.
-
- 09 6月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 08 6月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 06 6月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 04 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Just turns all --show-* options on.
-
- 03 6月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 02 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 28 5月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 26 5月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 16 5月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
Computes all the glyphs that may be generated given a font and set of Unicode characters. The order of the Unicode characters is irrelevant. Sample output: behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f f f_f behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i i behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi f f_i f_f_i f_f i behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب uni0628 uni0628.init uni0628.medi uni0628.fina behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا uni0627 uni0627.fina behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با --no-glyph-names 5 6 133 134 135 136
-
由 Behdad Esfahbod 提交于
-
- 13 5月, 2012 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Ended up not using terminal size after all.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 12 5月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
One less argument to type in typical testing workflow!
-
由 Behdad Esfahbod 提交于
Most common usecase of hb-view is to test rendering of short words for testing / inspection. Not having to type "--font-size 150" each time isn't such a bad idea...
-
- 17 4月, 2012 3 次提交
-
-
由 Behdad Esfahbod 提交于
Also fix cairo cluster generation.
-
由 Behdad Esfahbod 提交于
Better catches cluster errors.
-
由 Behdad Esfahbod 提交于
-
- 13 4月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
For some reason it doesn't quite work with IranianNastaliq, but that looks like a font issue.
-
由 Behdad Esfahbod 提交于
Also remove shaper_options argument to hb_shape_full(). That was unused and for "future". Let it go. More shaper API coming in preparation for plan/planned API.
-
- 30 1月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 22 1月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
This means the --features indices also refer to char position instead of byte position now. Same for cluster values reported by hb-shape. Will add an option for byte indices later.
-