Package | Description |
---|---|
com.sun.javafx.font | |
com.sun.javafx.scene.text | |
com.sun.javafx.sg.prism | |
com.sun.javafx.text | |
com.sun.prism | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d | |
com.sun.prism.sw | |
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
Modifier and Type | Method and Description |
---|---|
Shape |
CompositeStrike.getOutline(GlyphList gl,
BaseTransform transform) |
Shape |
FontStrike.getOutline(GlyphList gl,
BaseTransform transform) |
Shape |
PrismFontStrike.getOutline(GlyphList gl,
BaseTransform transform) |
(package private) void |
CompositeStrike.getOutline(GlyphList gl,
BaseTransform transform,
Path2D p) |
(package private) void |
PrismFontStrike.getOutline(GlyphList gl,
BaseTransform transform,
Path2D p) |
Modifier and Type | Method and Description |
---|---|
GlyphList[] |
TextLayout.getRuns()
Returns the GlyphList of text layout.
|
GlyphList[] |
TextLine.getRuns()
Returns the list of GlyphList in the line.
|
Modifier and Type | Field and Description |
---|---|
private GlyphList[] |
NGText.runs |
Modifier and Type | Class and Description |
---|---|
class |
TextRun |
Modifier and Type | Method and Description |
---|---|
GlyphList[] |
PrismTextLayout.getRuns() |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int selectStart,
int selectEnd) |
Modifier and Type | Method and Description |
---|---|
void |
GlyphCache.render(BaseContext ctx,
GlyphList gl,
float x,
float y,
int start,
int end,
Color rangeColor,
Color textColor,
BaseTransform xform,
BaseBounds clip) |
Modifier and Type | Method and Description |
---|---|
void |
BaseShaderGraphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int selectStart,
int selectEnd) |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int start,
int end) |
private void |
J2DPrismGraphics.drawString(GlyphList gl,
int start,
int end,
FontStrike strike,
float x,
float y) |
Modifier and Type | Method and Description |
---|---|
private void |
SWGraphics.drawGlyph(FontStrike strike,
GlyphList gl,
int idx,
BaseTransform glyphTx,
boolean drawAsMasks,
float x,
float y) |
void |
SWGraphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int selectStart,
int selectEnd) |
Modifier and Type | Field and Description |
---|---|
private GlyphList[] |
Text.textRuns |
Modifier and Type | Method and Description |
---|---|
private GlyphList[] |
Text.getRuns() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Text.layoutSpan(GlyphList[] runs) |