FontSubSet.KernSubtableデータ型で公開されるメンバを以下の表に示します。
            
            
            
            
            
            
            
            
            
            パブリック プロパティ
|   | 名前 | 解説 | 
  | CrossStream | If set, kerning is perpendicular to the flow of the text.   | 
  | HorizontalData | If set, the table has horizontal data, if not set, it has vertical data.   | 
  | KerningPairs | The left-hand glyph and the right-hand glyph in the kerning pairs: (leftGlyphID << 16) | rightGlyphID.   | 
  | KerningValues | The kerning value for the above pair, in FUnits.   | 
  | MinimumValues | If set, the table has minimum values, if not set, the table has kerning values.   | 
  | PairCount | Number of kerning pairs.   | 
  | ReplaceAccumulatedValue | If set, the value in this table should replace the value currently being accumulated.   | 
トップ 
            
            
            
            パブリック メソッド
|   | 名前 | 解説 | 
  | IndexOfPair | Returns the index of a given key pair, or -1.   | 
トップ 
            
            
            
            
            
            
            
            
            
            
            参照