CanvasTextAnalyzerGetGlyphs Method (CanvasCharacterRange, CanvasFontFace, Single, Boolean, Boolean, CanvasAnalyzedScript, String, CanvasNumberSubstitution, IReadOnlyListKeyValuePairCanvasCharacterRange, CanvasTypography, Int32, Boolean, CanvasGlyphShaping) |
Namespace: Microsoft.Graphics.Canvas.Text
public CanvasGlyph[] GetGlyphs( CanvasCharacterRange characterRange, CanvasFontFace fontFace, float fontSize, bool isSideways, bool isRightToLeft, CanvasAnalyzedScript script, string locale, CanvasNumberSubstitution numberSubstitution, IReadOnlyList<KeyValuePair<CanvasCharacterRange, CanvasTypography>> typographyRanges, out int[] clusterMapIndicesElements, out bool[] isShapedAloneGlyphsElements, out CanvasGlyphShaping[] glyphShapingResultsElements )
Use the results from GetFonts and GetScript to obtain the font and script data for calling GetGlyphs.
The number substitution parameter is optional.
The typographic ranges parameter is optional.
If typographic ranges are specified, they must
The output array parameters are optional. If they are not specified, these values will not be returned.