Class Ligature


  • public class Ligature
    extends java.lang.Object
    Version:
    $Id: Ligature.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Summary

      Constructors 
      Constructor Description
      Ligature​(java.io.RandomAccessFile raf)
      Creates new Ligature
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getGlyphCount()  
      int getGlyphId​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ligGlyph

        private int ligGlyph
      • compCount

        private int compCount
      • components

        private int[] components
    • Constructor Detail

      • Ligature

        public Ligature​(java.io.RandomAccessFile raf)
                 throws java.io.IOException
        Creates new Ligature
        Throws:
        java.io.IOException
    • Method Detail

      • getGlyphCount

        public int getGlyphCount()
      • getGlyphId

        public int getGlyphId​(int i)