Package | Description |
---|---|
com.sun.javafx.font | |
com.sun.javafx.scene.text | |
com.sun.javafx.text | |
com.sun.prism | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d |
Modifier and Type | Method and Description |
---|---|
Shape |
PrismFontStrike.getOutline(GlyphList gl,
BaseTransform transform) |
Shape |
FontStrike.getOutline(GlyphList gl,
BaseTransform transform) |
Shape |
CompositeStrike.getOutline(GlyphList gl,
BaseTransform transform) |
Modifier and Type | Method and Description |
---|---|
GlyphList[] |
TextLine.getRuns()
Returns the list of GlyphList in the line.
|
GlyphList[] |
TextLayout.getRuns()
Returns the GlyphList of text layout.
|
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) |
Copyright © 2020. All rights reserved.