DixShtix

com.dixshtix.notation.symbols
Class PostscriptFont

java.lang.Object
  |
  +--java.awt.Font
        |
        +--com.dixshtix.notation.symbols.PostscriptFont
All Implemented Interfaces:
java.io.Serializable

public class PostscriptFont
extends java.awt.Font

See Also:
Serialized Form

Fields inherited from class java.awt.Font
BOLD, canRotate, CENTER_BASELINE, EMPTY_MAP, fontSerializedDataVersion, fRequestedAttributes, HANGING_BASELINE, ITALIC, matrix, missingGlyph, name, numGlyphs, pData, peer, PLAIN, pNativeFont, pointSize, ROMAN_BASELINE, serialVersionUID, size, style, systemBundle, TRUETYPE_FONT
 
Constructor Summary
PostscriptFont(java.util.Map attributes)
           
 
Methods inherited from class java.awt.Font
, canDisplay, canDisplayUpTo, canDisplayUpTo, canDisplayUpTo, createFont, createGlyphVector, createGlyphVector, createGlyphVector, createGlyphVector, decode, defaultLineMetrics, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, equals, ffApply, ffApply, ffApply, ffApply, ffApply, finalize, getAttributes, getAvailableAttributes, getBaselineFor, getFamily_NoClientCode, getFamily, getFamily, getFont, getFont, getFont, getFontName, getFontName, getItalicAngle, getLcidFromLocale, getLineMetrics, getLineMetrics, getLineMetrics, getLineMetrics, getMatrix, getMaxCharBounds, getMissingGlyphCode, getName, getNumGlyphs, getPeer_NoClientCode, getPeer, getPSName, getSize, getSize2D, getStringBounds, getStringBounds, getStringBounds, getStringBounds, getStyle, getTransform, hashCode, hasUniformLineMetrics, initializeFont, initIDs, isBold, isItalic, isPlain, pDispose, readObject, toString, writeObject
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

PostscriptFont

public PostscriptFont(java.util.Map attributes)

DixShtix