Package | Description |
---|---|
com.sun.javafx.font.directwrite | |
com.sun.javafx.font.freetype | |
com.sun.javafx.text |
Modifier and Type | Method and Description |
---|---|
protected TextRun |
DWGlyphLayout.addTextRun(PrismTextLayout layout,
char[] chars,
int start,
int length,
PGFont font,
TextSpan span,
byte level) |
Modifier and Type | Method and Description |
---|---|
void |
DWGlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
Modifier and Type | Method and Description |
---|---|
void |
HBGlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
Modifier and Type | Method and Description |
---|---|
protected TextRun |
GlyphLayout.addTextRun(PrismTextLayout layout,
char[] chars,
int start,
int length,
PGFont font,
TextSpan span,
byte level) |
TextRun[] |
TextLine.getRuns() |
TextRun |
TextRun.split(int offset) |
TextRun |
TextRun.unwrap() |
Modifier and Type | Method and Description |
---|---|
void |
PrismTextLayout.addTextRun(TextRun run) |
abstract void |
GlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
void |
TextRun.merge(TextRun run) |
Constructor and Description |
---|
TextLine(int start,
int length,
TextRun[] runs,
float width,
float ascent,
float descent,
float leading) |
Copyright © 2020. All rights reserved.