]>
git.saurik.com Git - apple/icu.git/blob - icuSources/layout/OpenTypeTables.h
3 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
7 #ifndef __OPENTYPETABLES_H
8 #define __OPENTYPETABLES_H
21 typedef le_uint16 Offset
;
22 typedef le_uint8 ATag
[4];
23 typedef le_uint32 fixed32
;
25 #define LE_GLYPH_GROUP_MASK 0x00000001UL
26 typedef le_uint32 FeatureMask
;
28 #define SWAPT(atag) ((LETag) ((atag[0] << 24) + (atag[1] << 16) + (atag[2] << 8) + atag[3]))
30 struct TagAndOffsetRecord
36 struct GlyphRangeRecord