de.intarsys.pdf.font
Class PDGlyphs
java.lang.Object
de.intarsys.pdf.font.PDGlyphs
- All Implemented Interfaces:
- de.intarsys.tools.attribute.IAttributeSupport
public class PDGlyphs
- extends Object
- implements de.intarsys.tools.attribute.IAttributeSupport
PDGlyphs
public PDGlyphs(PDFont font,
int codepoint)
getAscent
public double getAscent()
getAttribute
public Object getAttribute(Object key)
- Specified by:
getAttribute
in interface de.intarsys.tools.attribute.IAttributeSupport
getChars
public char[] getChars()
getCodepoint
public int getCodepoint()
getDecoded
public int getDecoded()
getDescent
public double getDescent()
getFont
public PDFont getFont()
getGlyphName
public String getGlyphName()
getUnicode
public int getUnicode()
getWidth
public float getWidth()
isWhitespace
public boolean isWhitespace()
removeAttribute
public Object removeAttribute(Object key)
- Specified by:
removeAttribute
in interface de.intarsys.tools.attribute.IAttributeSupport
reset
public void reset()
setAttribute
public Object setAttribute(Object key,
Object o)
- Specified by:
setAttribute
in interface de.intarsys.tools.attribute.IAttributeSupport
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.