Interface GlyphDefinition
- All Known Implementing Classes:
GlyphDefinitionSubtable, GlyphDefinitionTable.AttachmentPointSubtable, GlyphDefinitionTable.AttachmentPointSubtableFormat1, GlyphDefinitionTable.GlyphClassSubtable, GlyphDefinitionTable.GlyphClassSubtableFormat1, GlyphDefinitionTable.LigatureCaretSubtable, GlyphDefinitionTable.LigatureCaretSubtableFormat1, GlyphDefinitionTable.MarkAttachmentSubtable, GlyphDefinitionTable.MarkAttachmentSubtableFormat1
public interface GlyphDefinition
The GlyphDefinition interface is a marker interface implemented by a glyph definition
subtable.
This work was originally authored by Glenn Adams (gadams@apache.org).
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasDefinition(int gi) Determine if some definition is available for a specific glyph.
-
Method Details
-
hasDefinition
boolean hasDefinition(int gi) Determine if some definition is available for a specific glyph.- Parameters:
gi- a glyph index- Returns:
- true if some (unspecified) definition is available for the specified glyph
-