[]
        
Represents tables of an OpenType font.
public enum TableTag
  Public Enum TableTag
  | Name | Description | 
|---|---|
| BASE | Baseline data  | 
      
| BaseSubs | Baseline data for extended subset  | 
      
| CBDT | Color bitmap data  | 
      
| CBLC | Color bitmap location data  | 
      
| CFF | Compact Font Format 1.0  | 
      
| CFF2 | Compact Font Format 2.0  | 
      
| COLR | Color table layers  | 
      
| CPAL | Color palette table  | 
      
| CpalDraw | Color palette table for drawing  | 
      
| EBDT | Embedded bitmap data  | 
      
| EBLC | Embedded bitmap location data  | 
      
| EBSC | Embedded bitmap scaling data  | 
      
| EblcPpem | Glyph IDs and pixels per em for embedded bitmaps.  | 
      
| GDEF | Glyph definition data  | 
      
| GPOS | Glyph positioning data  | 
      
| GSUB | Glyph substitution data  | 
      
| GdefSubs | Glyph definition data for extended subset  | 
      
| GlyfDraw | Glyph data for drawing  | 
      
| GposSubs | Glyph positioning data for extended subset  | 
      
| GsubSubs | Glyph substitution data for extended subset  | 
      
| HVAR | Horizontal Metrics Variations Table  | 
      
| JSTF | Justification data  | 
      
| JstfSubs | Justification data for extended subset  | 
      
| KernSubs | Kerning for extended subset  | 
      
| LTSH | Linear threshold data  | 
      
| MERG | Merge  | 
      
| OS2 | OS/2 and Windows specific metrics  | 
      
| STAT | Style Attributes Table  | 
      
| SVG | The SVG (Scalable Vector Graphics) table  | 
      
| Unknown | Unspecified table  | 
      
| VDMX | Vertical device metrics  | 
      
| VORG | Vertical Origin  | 
      
| VVAR | Vertical Metrics Variations Table  | 
      
| cmap | Character to glyph mapping  | 
      
| cvt | Control Value Table  | 
      
| fpgm | Font program  | 
      
| fvar | Font Variations Table  | 
      
| gasp | Grid-fitting/Scan-conversion  | 
      
| glyf | Glyph data for creating font subsets  | 
      
| hdmx | Horizontal device metrics  | 
      
| head | Font header  | 
      
| hhea | Horizontal header  | 
      
| hmtx | Horizontal metrics  | 
      
| kern | Kerning  | 
      
| loca | Index to glyph location  | 
      
| maxp | Maximum profile  | 
      
| name | Naming table  | 
      
| post | PostScript information  | 
      
| prep | CVT Program  | 
      
| sbix | Standard bitmap graphics  | 
      
| vhea | Vertical Metrics header  | 
      
| vmtx | Vertical Metrics  |