Class NoKerningProducer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      long getKerning​(int codePoint)
      Returns the kerning to the previous character (unit is micro-point).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoKerningProducer

        public NoKerningProducer()
    • Method Detail

      • getKerning

        public long getKerning​(int codePoint)
        Description copied from interface: KerningProducer
        Returns the kerning to the previous character (unit is micro-point).
        Specified by:
        getKerning in interface KerningProducer
        Returns:
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Specified by:
        clone in interface ClassificationProducer
        Throws:
        java.lang.CloneNotSupportedException