Update 'head' table to OpenType 1.6

pull/1/head
Behdad Esfahbod 14 years ago
parent b768333514
commit 33e8b86197
  1. 8
      src/hb-ot-head-private.hh

@ -100,7 +100,13 @@ struct head
* for rendering should not be considered optimized * for rendering should not be considered optimized
* for ClearType, and therefore should keep this bit * for ClearType, and therefore should keep this bit
* cleared. * cleared.
* Bit 14: Reserved, set to 0 * Bit 14: Last Resort font. If set, indicates that
* the glyphs encoded in the cmap subtables are simply
* generic symbolic representations of code point
* ranges and dont truly represent support for those
* code points. If unset, indicates that the glyphs
* encoded in the cmap subtables represent proper
* support for those code points.
* Bit 15: Reserved, set to 0. */ * Bit 15: Reserved, set to 0. */
USHORT unitsPerEm; /* Valid range is from 16 to 16384. This value USHORT unitsPerEm; /* Valid range is from 16 to 16384. This value
* should be a power of 2 for fonts that have * should be a power of 2 for fonts that have

Loading…
Cancel
Save