Add API/cmdline to show glyph extents when serializing buffer
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 24 Aug 2015 12:49:55 +0000 (13:49 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 24 Aug 2015 12:49:55 +0000 (13:49 +0100)
commitfdd1770e006ca2d2973c049177ceda87a575e07f
treea47fdc0074ead709d79fd5ebcc2b7ff297f2e4b2
parent2cee5b68a07b99214ef9428fe5d03e7b378a558f
Add API/cmdline to show glyph extents when serializing buffer

New API: HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS

hb-shape now accepts --show-extents.

Patch from Simon Cozens.
src/hb-buffer-serialize.cc
src/hb-buffer.h
util/hb-shape.cc
util/options.cc
util/options.hh