com.aspose.words

  • java.lang.Object
    • com.aspose.words.Glyph
public class Glyph 
extends java.lang.Object

Constructor Summary
Glyph(intglyphIndex, shortadvance, shortadvanceOffset, shortascenderOffset)
 
Property Getters/Setters Summary
shortgetAdvance()
void
setAdvance(shortvalue)
          
shortgetAdvanceOffset()
shortgetAscenderOffset()
intgetGlyphIndex()
 
Method Summary
GlyphdeepClone()
 

    • Constructor Detail

      • Glyph

        public Glyph(int glyphIndex, short advance, short advanceOffset, short ascenderOffset)
    • Property Getters/Setters Detail

      • getAdvance/setAdvance

        public short getAdvance() / public void setAdvance(short value)
        
      • getAdvanceOffset

        public short getAdvanceOffset()
        
      • getAscenderOffset

        public short getAscenderOffset()
        
      • getGlyphIndex

        public int getGlyphIndex()
        
    • Method Detail

      • deepClone

        public Glyph deepClone()