| Package | Description |
|---|---|
| com.sun.javafx.font | |
| com.sun.javafx.font.directwrite | |
| com.sun.javafx.font.freetype | |
| com.sun.javafx.text | |
| com.sun.prism | |
| com.sun.prism.impl | |
| com.sun.prism.impl.ps | |
| com.sun.prism.j2d |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeStrike |
class |
PrismFontStrike<T extends PrismFontFile> |
| Modifier and Type | Method and Description |
|---|---|
FontStrike |
PGFont.getStrike(BaseTransform transform) |
FontStrike |
PGFont.getStrike(BaseTransform transform,
int smoothingType) |
FontStrike |
FontResource.getStrike(float size,
BaseTransform transform) |
FontStrike |
PrismFontFile.getStrike(float size,
BaseTransform transform) |
FontStrike |
LogicalFont.getStrike(float size,
BaseTransform transform) |
FontStrike |
FontResource.getStrike(float size,
BaseTransform transform,
int aaMode) |
FontStrike |
PrismFontFile.getStrike(float size,
BaseTransform transform,
int aaMode) |
FontStrike |
LogicalFont.getStrike(float size,
BaseTransform transform,
int aaMode) |
FontStrike |
CompositeStrike.getStrikeSlot(int slot) |
| Modifier and Type | Method and Description |
|---|---|
Map<FontStrikeDesc,WeakReference<FontStrike>> |
FontResource.getStrikeMap() |
Map<FontStrikeDesc,WeakReference<FontStrike>> |
LogicalFont.getStrikeMap() |
| 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 |
|---|---|
abstract void |
GlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
| 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 |
|---|---|
GlyphCache |
BaseContext.getGlyphCache(FontStrike strike) |
| Constructor and Description |
|---|
GlyphCache(BaseContext context,
FontStrike strike) |
| 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 © 2025. All rights reserved.