public abstract class

FileFont

extends PhysicalFont
java.lang.Object
   ↳ sun.font.Font2D
     ↳ sun.font.PhysicalFont
       ↳ sun.font.FileFont
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class sun.font.Font2D
Fields
protected boolean checkedNatives
protected int fileSize
protected char[] glyphToCharMap
protected NativeFont[] nativeFonts
protected FontScaler scaler
protected boolean useJavaRasterizer
protected boolean useNatives
[Expand]
Inherited Fields
From class sun.font.PhysicalFont
From class sun.font.Font2D
Public Methods
boolean canDoStyle(int style)
Protected Methods
boolean checkUseNatives()
abstract void close()
String getPublicFileName()
abstract FontScaler getScaler()
long getUnitsPerEm()
[Expand]
Inherited Methods
From class sun.font.PhysicalFont
From class sun.font.Font2D
From class java.lang.Object

Fields

protected boolean checkedNatives

protected int fileSize

protected char[] glyphToCharMap

protected NativeFont[] nativeFonts

protected FontScaler scaler

protected boolean useJavaRasterizer

protected boolean useNatives

Public Methods

public boolean canDoStyle (int style)

Protected Methods

protected boolean checkUseNatives ()

protected abstract void close ()

protected String getPublicFileName ()

protected abstract FontScaler getScaler ()

protected long getUnitsPerEm ()