Package | Description |
---|---|
com.sun.javafx.font | |
com.sun.javafx.text |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeFontResource |
Modifier and Type | Class and Description |
---|---|
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.
|
class |
PrismFontFile |
Modifier and Type | Method and Description |
---|---|
FontResource |
PGFont.getFontResource() |
FontResource |
FontStrike.getFontResource() |
FontResource |
CompositeStrike.getFontResource() |
FontResource |
PrismFontFactory.getFontResource(String familyName,
boolean bold,
boolean italic,
boolean wantComp) |
FontResource |
PrismFontFactory.getFontResource(String name,
String file,
boolean wantComp) |
FontResource |
LogicalFont.getSlotResource(int slot) |
FontResource |
CompositeFontResource.getSlotResource(int slot) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PrismFontFactory.isJreFont(FontResource fr) |
Modifier and Type | Method and Description |
---|---|
protected int |
GlyphLayout.getInitialSlot(FontResource fr) |
Copyright © 2020. All rights reserved.