]>
git.saurik.com Git - apple/icu.git/blob - icuSources/layout/GlyphLookupTables.h
3 * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
7 #ifndef __GLYPHLOOKUPTABLES_H
8 #define __GLYPHLOOKUPTABLES_H
16 #include "OpenTypeTables.h"
20 struct GlyphLookupTableHeader
23 Offset scriptListOffset
;
24 Offset featureListOffset
;
25 Offset lookupListOffset
;
27 le_bool
coversScript(const LETableReference
&base
, LETag scriptTag
, LEErrorCode
&success
) const;
28 le_bool
coversScriptAndLanguage(const LETableReference
&base
, LETag scriptTag
, LETag languageTag
, LEErrorCode
&success
, le_bool exactMatch
= FALSE
) const;