Package | Description |
---|---|
com.sun.javafx.font | |
com.sun.javafx.font.coretext | |
com.sun.javafx.font.directwrite | |
com.sun.javafx.font.freetype | |
com.sun.javafx.text | |
com.sun.prism.j2d |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeFontResource |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FallbackResource |
class |
LogicalFont
This acts as a factory class for the 12 logical composite font
resources which are available as well as providing the implementation
of the resource.
|
(package private) class |
PrismCompositeFontResource |
class |
PrismFontFile |
Modifier and Type | Field and Description |
---|---|
private FontResource[] |
LogicalFont.fallbacks |
private FontResource[] |
FallbackResource.fallbacks |
(package private) FontResource |
CompositeStrikeDisposer.fontResource |
protected FontResource |
PrismFont.fontResource |
private FontResource[] |
LogicalFont.nativeFallbacks |
private FontResource[] |
FallbackResource.nativeFallbacks |
private FontResource |
PrismCompositeFontResource.primaryResource |
private FontResource |
LogicalFont.slot0FontResource |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.HashMap<java.lang.String,FontResource> |
PrismFontFactory.fontResourceMap |
Modifier and Type | Method and Description |
---|---|
(package private) FontResource |
PrismFontFactory.getDefaultFontResource(boolean wantComp) |
FontResource |
CompositeStrike.getFontResource() |
FontResource |
PGFont.getFontResource() |
FontResource |
PrismFont.getFontResource() |
FontResource |
FontStrike.getFontResource() |
FontResource |
PrismFontFactory.getFontResource(java.lang.String familyName,
boolean bold,
boolean italic,
boolean wantComp) |
FontResource |
PrismFontFactory.getFontResource(java.lang.String name,
java.lang.String file,
boolean wantComp) |
private FontResource |
PrismFontFactory.getFontResourceByFileName(java.lang.String file,
boolean wantComp) |
private FontResource |
PrismFontFactory.getFontResourceByFullName(java.lang.String name,
boolean wantComp) |
private FontResource |
LogicalFont.getSlot0Resource() |
FontResource |
LogicalFont.getSlotResource(int slot) |
FontResource |
PrismCompositeFontResource.getSlotResource(int slot) |
FontResource |
FallbackResource.getSlotResource(int slot) |
FontResource |
CompositeFontResource.getSlotResource(int slot) |
private FontResource |
PrismFontFactory.lookupResource(java.lang.String lcName,
boolean wantComp) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PrismFontFactory.isJreFont(FontResource fr) |
private void |
PrismFontFactory.storeInMap(java.lang.String name,
FontResource resource) |
Constructor and Description |
---|
CompositeStrikeDisposer(FontResource font,
FontStrikeDesc desc) |
PrismCompositeFontResource(FontResource primaryResource,
java.lang.String lookupName) |
PrismFont(FontResource fontResource,
java.lang.String name,
float size) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CTFontFile |
Modifier and Type | Field and Description |
---|---|
private FontResource |
CTStrikeDisposer.fontResource |
Constructor and Description |
---|
CTStrikeDisposer(FontResource font,
FontStrikeDesc desc,
long fontRef) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DWFontFile |
Modifier and Type | Method and Description |
---|---|
private FontResource |
DWGlyphLayout.checkFontResource(FontResource fr,
java.lang.String psName,
java.lang.String win32Name) |
Modifier and Type | Method and Description |
---|---|
private FontResource |
DWGlyphLayout.checkFontResource(FontResource fr,
java.lang.String psName,
java.lang.String win32Name) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FTFontFile |
Modifier and Type | Method and Description |
---|---|
protected int |
GlyphLayout.getInitialSlot(FontResource fr) |
Modifier and Type | Method and Description |
---|---|
static void |
J2DFontFactory.registerFont(FontResource fr)
Printing uses the 2D pipeline which isn't initialised until
printing begins, so grabs a copy of the file holding an
embedded font to 2D on first use.
|