SKFont.GetGlyphWidths
- float[] GetGlyphWidths(string text, SKPaint paint)
- float[] GetGlyphWidths(char[] text, SKPaint paint)
- float[] GetGlyphWidths(byte[] text, SKTextEncoding encoding, SKPaint paint)
- float[] GetGlyphWidths(string text, SKRect[] bounds, SKPaint paint)
- float[] GetGlyphWidths(char[] text, SKRect[] bounds, SKPaint paint)
- float[] GetGlyphWidths(byte[] text, SKTextEncoding encoding, SKRect[] bounds, SKPaint paint)
- void GetGlyphWidths(string text, float[] widths, SKRect[] bounds, SKPaint paint)
- void GetGlyphWidths(const(char)[] text, float[] widths, SKRect[] bounds, SKPaint paint)
- void GetGlyphWidths(const(byte)[] text, SKTextEncoding encoding, float[] widths, SKRect[] bounds, SKPaint paint)
- float[] GetGlyphWidths(void* text, int length, SKTextEncoding encoding, SKPaint paint)
- float[] GetGlyphWidths(void* text, int length, SKTextEncoding encoding, SKRect[] bounds, SKPaint paint)
- void GetGlyphWidths(void* text, int length, SKTextEncoding encoding, float[] widths, SKRect[] bounds, SKPaint paint)
- float[] GetGlyphWidths(const(ushort)[] glyphs, SKPaint paint)
- float[] GetGlyphWidths(const(ushort)[] glyphs, SKRect[] bounds, SKPaint paint)
- void GetGlyphWidths(const(ushort)[] glyphs, float[] widths, SKRect[] bounds, SKPaint paint)
skia SKFont SKFont
constructorsfunctionsstatic functionsvariables