Package | Description |
---|---|
com.sun.javafx.font | |
com.sun.javafx.font.coretext | |
com.sun.javafx.font.directwrite | |
com.sun.javafx.font.freetype |
Modifier and Type | Class and Description |
---|---|
class |
PrismFontStrike<T extends PrismFontFile> |
Modifier and Type | Field and Description |
---|---|
(package private) PrismFontFile |
OpenTypeGlyphMapper.font |
(package private) PrismFontFile |
PrismMetrics.fontResource |
private T |
PrismFontStrike.fontResource |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,PrismFontFile> |
PrismFontFactory.embeddedFonts |
private java.util.HashMap<java.lang.String,PrismFontFile> |
PrismFontFactory.fileNameToFontResourceMap |
(package private) java.lang.ref.WeakReference<PrismFontFile> |
PrismFontFile.FileDisposer.refKey |
private java.util.ArrayList<java.lang.ref.WeakReference<PrismFontFile>> |
PrismFontFactory.tmpFonts |
Modifier and Type | Method and Description |
---|---|
protected abstract PrismFontFile |
PrismFontFactory.createFontFile(java.lang.String name,
java.lang.String filename,
int fIndex,
boolean register,
boolean embedded,
boolean copy,
boolean tracked) |
private PrismFontFile |
PrismFontFactory.createFontResource(java.lang.String filename,
int index) |
private PrismFontFile |
PrismFontFactory.createFontResource(java.lang.String filename,
int index,
boolean register,
boolean embedded,
boolean copy,
boolean tracked) |
private PrismFontFile |
PrismFontFactory.createFontResource(java.lang.String name,
java.lang.String filename) |
private PrismFontFile |
PrismFontFactory.createFontResource(java.lang.String name,
java.lang.String filename,
boolean register,
boolean embedded,
boolean copy,
boolean tracked) |
private PrismFontFile |
PrismFontFactory.getFontResource(java.lang.String name,
java.lang.String file) |
private PrismFontFile |
PrismFontFactory.loadEmbeddedFont(java.lang.String name,
java.lang.String path,
boolean register,
boolean copy,
boolean tracked) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.ref.WeakReference<PrismFontFile> |
PrismFontFile.createFileDisposer(PrismFontFactory factory) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
PrismFontFactory.addDecodedFont(PrismFontFile fr) |
private void |
PrismFontFactory.addTmpFont(PrismFontFile fr) |
(package private) void |
PrismFontFactory.addToMaps(PrismFontFile fr) |
(package private) static CMap |
CMap.initialize(PrismFontFile font) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
PrismFontFactory.removeTmpFont(java.lang.ref.WeakReference<PrismFontFile> ref) |
void |
PrismFontFile.FileDisposer.setFactory(PrismFontFactory factory,
java.lang.ref.WeakReference<PrismFontFile> refKey) |
Constructor and Description |
---|
OpenTypeGlyphMapper(PrismFontFile font) |
PrismMetrics(float ascent,
float descent,
float linegap,
PrismFontFile fontResource,
float size) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CTFontFile |
Modifier and Type | Method and Description |
---|---|
protected PrismFontFile |
CTFactory.createFontFile(java.lang.String name,
java.lang.String filename,
int fIndex,
boolean register,
boolean embedded,
boolean copy,
boolean tracked) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DWFontFile |
Modifier and Type | Method and Description |
---|---|
protected PrismFontFile |
DWFactory.createFontFile(java.lang.String name,
java.lang.String filename,
int fIndex,
boolean register,
boolean embedded,
boolean copy,
boolean tracked) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FTFontFile |
Modifier and Type | Method and Description |
---|---|
protected PrismFontFile |
FTFactory.createFontFile(java.lang.String name,
java.lang.String filename,
int fIndex,
boolean register,
boolean embedded,
boolean copy,
boolean tracked) |