Modifier and Type | Class and Description |
---|---|
class |
CompositeStrike |
class |
PrismFontStrike<T extends PrismFontFile> |
Modifier and Type | Field and Description |
---|---|
private FontStrike |
CompositeStrike.slot0Strike |
private FontStrike[] |
CompositeStrike.strikeSlots |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<FontStrikeDesc,java.lang.ref.WeakReference<FontStrike>> |
FallbackResource.strikeMap |
(package private) java.util.Map<FontStrikeDesc,java.lang.ref.WeakReference<FontStrike>> |
LogicalFont.strikeMap |
(package private) java.util.Map<FontStrikeDesc,java.lang.ref.WeakReference<FontStrike>> |
PrismCompositeFontResource.strikeMap |
Modifier and Type | Method and Description |
---|---|
FontStrike |
PGFont.getStrike(BaseTransform transform) |
FontStrike |
PrismFont.getStrike(BaseTransform transform) |
FontStrike |
PGFont.getStrike(BaseTransform transform,
int smoothingType) |
FontStrike |
PrismFont.getStrike(BaseTransform transform,
int smoothingType) |
FontStrike |
FontResource.getStrike(float size,
BaseTransform transform) |
FontStrike |
FallbackResource.getStrike(float size,
BaseTransform transform) |
FontStrike |
LogicalFont.getStrike(float size,
BaseTransform transform) |
FontStrike |
PrismFontFile.getStrike(float size,
BaseTransform transform) |
FontStrike |
PrismCompositeFontResource.getStrike(float size,
BaseTransform transform) |
FontStrike |
FontResource.getStrike(float size,
BaseTransform transform,
int aaMode) |
FontStrike |
FallbackResource.getStrike(float size,
BaseTransform transform,
int aaMode) |
FontStrike |
LogicalFont.getStrike(float size,
BaseTransform transform,
int aaMode) |
FontStrike |
PrismFontFile.getStrike(float size,
BaseTransform transform,
int aaMode) |
FontStrike |
PrismCompositeFontResource.getStrike(float size,
BaseTransform transform,
int aaMode) |
FontStrike |
CompositeStrike.getStrikeSlot(int slot) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<FontStrikeDesc,java.lang.ref.WeakReference<FontStrike>> |
FontResource.getStrikeMap() |
java.util.Map<FontStrikeDesc,java.lang.ref.WeakReference<FontStrike>> |
FallbackResource.getStrikeMap() |
java.util.Map<FontStrikeDesc,java.lang.ref.WeakReference<FontStrike>> |
LogicalFont.getStrikeMap() |
java.util.Map<FontStrikeDesc,java.lang.ref.WeakReference<FontStrike>> |
PrismCompositeFontResource.getStrikeMap() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CTFontStrike |
Modifier and Type | Method and Description |
---|---|
void |
CTGlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DWFontStrike |
Modifier and Type | Method and Description |
---|---|
void |
DWGlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FTFontStrike |
Modifier and Type | Method and Description |
---|---|
void |
PangoGlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
void |
HBGlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
void |
FTFactory.StubGlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
Modifier and Type | Field and Description |
---|---|
private FontStrike |
NGText.fontStrike |
private FontStrike |
NGText.identityStrike |
Modifier and Type | Method and Description |
---|---|
private FontStrike |
NGText.getStrike(BaseTransform xform) |
Modifier and Type | Method and Description |
---|---|
private void |
NGText.renderText(Graphics g,
FontStrike strike,
BaseBounds clipBds,
Color selectionColor,
int op) |
Modifier and Type | Field and Description |
---|---|
private FontStrike |
PrismTextLayout.strike |
Modifier and Type | Method and Description |
---|---|
abstract void |
GlyphLayout.layout(TextRun run,
PGFont font,
FontStrike strike,
char[] text) |
Modifier and Type | Field and Description |
---|---|
private FontStrike |
WCFontImpl.strike |
Modifier and Type | Method and Description |
---|---|
private FontStrike |
WCFontImpl.getFontStrike() |
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 | Field and Description |
---|---|
private FontStrike |
GlyphCache.strike |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<FontStrike,GlyphCache> |
BaseContext.greyGlyphCaches |
private java.util.Map<FontStrike,GlyphCache> |
BaseContext.lcdGlyphCaches |
Modifier and Type | Method and Description |
---|---|
GlyphCache |
BaseContext.getGlyphCache(FontStrike strike) |
private GlyphCache |
BaseContext.getGlyphCache(FontStrike strike,
java.util.Map<FontStrike,GlyphCache> glyphCaches) |
Modifier and Type | Method and Description |
---|---|
private void |
BaseContext.clearCaches(java.util.Map<FontStrike,GlyphCache> glyphCaches) |
private GlyphCache |
BaseContext.getGlyphCache(FontStrike strike,
java.util.Map<FontStrike,GlyphCache> glyphCaches) |
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) |
private void |
J2DPrismGraphics.drawString(GlyphList gl,
int start,
int end,
FontStrike strike,
float x,
float y) |
private static java.awt.Font |
J2DPrismGraphics.toJ2DFont(FontStrike strike) |
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) |