Package | Description |
---|---|
com.sun.javafx.font.directwrite |
Modifier and Type | Field and Description |
---|---|
private IDWriteFontFace |
DWFontFile.fontFace |
Modifier and Type | Method and Description |
---|---|
private IDWriteFontFace |
DWFontFile.createEmbeddedFontFace() |
private IDWriteFontFace |
DWFontFile.createFontFace() |
(package private) IDWriteFontFace |
IDWriteFont.CreateFontFace() |
(package private) IDWriteFontFace |
IDWriteFactory.CreateFontFace(int fontFaceType,
IDWriteFontFile fontFiles,
int faceIndex,
int fontFaceSimulationFlags) |
(package private) IDWriteFontFace |
DWFontFile.getFontFace() |
(package private) IDWriteFontFace |
DWFontStrike.getFontFace() |
(package private) IDWriteFontFace |
JFXTextRenderer.GetFontFace() |
Modifier and Type | Method and Description |
---|---|
(package private) IDWriteFont |
IDWriteFontCollection.GetFontFromFontFace(IDWriteFontFace fontface) |
private int |
DWGlyphLayout.getFontSlot(IDWriteFontFace face,
CompositeFontResource composite,
java.lang.String primaryFont,
int slot) |
(package private) int |
IDWriteTextAnalyzer.GetGlyphPlacements(char[] textString,
short[] clusterMap,
short[] textProps,
int textStart,
int textLength,
short[] glyphIndices,
short[] glyphProps,
int glyphCount,
IDWriteFontFace fontFace,
float fontEmSize,
boolean isSideways,
boolean isRightToLeft,
DWRITE_SCRIPT_ANALYSIS scriptAnalysis,
java.lang.String localeName,
long[] features,
int[] featureRangeLengths,
int featureRanges,
float[] glyphAdvances,
float[] glyphOffsets) |
(package private) int |
IDWriteTextAnalyzer.GetGlyphs(char[] textString,
int textStart,
int textLength,
IDWriteFontFace fontFace,
boolean isSideways,
boolean isRightToLeft,
DWRITE_SCRIPT_ANALYSIS scriptAnalysis,
java.lang.String localeName,
long numberSubstitution,
long[] features,
int[] featureRangeLengths,
int featureRanges,
int maxGlyphCount,
short[] clusterMap,
short[] textProps,
short[] glyphIndices,
short[] glyphProps,
int[] actualGlyphCount) |