History log of /external/harfbuzz_ng/src/hb-coretext.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e923e6487b25ab86f6f629af480b291e8e5407b5 10-Dec-2012 Behdad Esfahbod <behdad@behdad.org> [coretext] Fixed typo

Oops. Thanks Khaled for catching this.
/external/harfbuzz_ng/src/hb-coretext.cc
9a8395824bf51c2ff2cfe0887ecad52b3d2c02e2 10-Dec-2012 Behdad Esfahbod <behdad@behdad.org> [coretext] Add hb_coretext_face_get_cg_font()

Not sure if it's useful, but it was missing.
/external/harfbuzz_ng/src/hb-coretext.cc
86112356885fde32163882b6c9dd19a494304f7a 10-Dec-2012 Behdad Esfahbod <behdad@behdad.org> [coretext] Remove hack around GlyphID

We not namespace our types, so the hack is not needed anymore.
/external/harfbuzz_ng/src/hb-coretext.cc
7d52e6601f0e695690cd168a288466746cf25300 17-Nov-2012 Behdad Esfahbod <behdad@behdad.org> Whitespace
/external/harfbuzz_ng/src/hb-coretext.cc
45c1383cc7315f89c23c0ed388b99e87224884e7 14-Aug-2012 Behdad Esfahbod <behdad@behdad.org> Minor
/external/harfbuzz_ng/src/hb-coretext.cc
301168dae77a63ee25adfb26ce2b54a708f83791 30-Jul-2012 Behdad Esfahbod <behdad@behdad.org> [CoreText] Port to shape_plan infrastructure
/external/harfbuzz_ng/src/hb-coretext.cc
027857d0412477fb4427dcb8a8c45287c272e143 26-Jul-2012 Behdad Esfahbod <behdad@behdad.org> Start adding a unified shaper access infrastructure

Add global shape_plan. Unused so far.
/external/harfbuzz_ng/src/hb-coretext.cc
ac2085d4b391b0a72473ecac3dd6c22efe66833f 26-Jul-2012 Jonathan Kew <jfkthame@gmail.com> [CoreText] Ensure cluster indices in output buffer are non-decreasing.

Does not provide Uniscribe-compatible results, but should at least avoid
breaking hb-view due to out-of-order cluster values.

For RTL runs, ensure cluster values are non-increasing (instead of
non-decreasing).
/external/harfbuzz_ng/src/hb-coretext.cc
441d3bb7de311d54b9f0a5210344f9a96e97e153 26-Jul-2012 Behdad Esfahbod <behdad@behdad.org> Minor
/external/harfbuzz_ng/src/hb-coretext.cc
aa6d849838d5231465ae1a25a4dd5ea1e9380ff9 24-Jul-2012 Jonathan Kew <jfkthame@gmail.com> [CoreText] Add basic Core Text backend for comparison with our native shaping

Does not attempt to handle clusters in a Uniscribe- or HarfBuzz-compatible way;
just returns the original string indexes that CT maintains. These may even be
out-of-order in the case of reordrant glyphs.
/external/harfbuzz_ng/src/hb-coretext.cc