Package | Description |
---|---|
com.sun.javafx.font | |
com.sun.javafx.font.coretext | |
com.sun.javafx.font.directwrite | |
com.sun.javafx.font.freetype | |
com.sun.prism | |
com.sun.prism.j2d |
Modifier and Type | Class and Description |
---|---|
class |
PrismFontFactory |
Modifier and Type | Field and Description |
---|---|
(package private) FontFactory |
PrismFontLoader.installedFontFactory |
Modifier and Type | Method and Description |
---|---|
private FontFactory |
PrismFontLoader.getFontFactoryFromPipeline() |
Modifier and Type | Class and Description |
---|---|
class |
CTFactory |
Modifier and Type | Class and Description |
---|---|
class |
DWFactory |
Modifier and Type | Class and Description |
---|---|
class |
FTFactory |
Modifier and Type | Field and Description |
---|---|
private FontFactory |
GraphicsPipeline.fontFactory |
Modifier and Type | Method and Description |
---|---|
FontFactory |
GraphicsPipeline.getFontFactory() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
J2DFontFactory
This is mostly just delegating, except for allowing for the
registration of embedded fonts with Java 2D.
|
Modifier and Type | Field and Description |
---|---|
private FontFactory |
J2DPipeline.j2DFontFactory |
(package private) FontFactory |
J2DFontFactory.prismFontFactory |
Modifier and Type | Method and Description |
---|---|
FontFactory |
J2DPipeline.getFontFactory() |
Constructor and Description |
---|
J2DFontFactory(FontFactory fontFactory) |