Introduce get_extent support for color bitmap font. (#351)
authorSeigo Nonaka <nona@google.com>
Fri, 2 Dec 2016 23:03:50 +0000 (15:03 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 2 Dec 2016 23:03:50 +0000 (17:03 -0600)
commit831852594b777f250efedb76d19bee1cfc8eeaa4
tree4eefc885d176b71e4525e51a219c732b9506d997
parent261837e7202ec584f653f379851e1c6457396b07
Introduce get_extent support for color bitmap font. (#351)

hb_font_get_glyph_extents now works for color bitmap fonts.
Currently only font having index format 1 and image format 17
is supported.
src/Makefile.sources
src/hb-ot-ebdt-table.hh [new file with mode: 0644]
src/hb-ot-font.cc