SKPaint.GetGlyphPositions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetGlyphPositions(ReadOnlySpan<Byte>, SKPoint) | |
GetGlyphPositions(ReadOnlySpan<Char>, SKPoint) | |
GetGlyphPositions(String, SKPoint) | |
GetGlyphPositions(IntPtr, Int32, SKPoint) |
GetGlyphPositions(ReadOnlySpan<Byte>, SKPoint)
public SkiaSharp.SKPoint[] GetGlyphPositions (ReadOnlySpan<byte> text, SkiaSharp.SKPoint origin = default);
Parameters
- text
- ReadOnlySpan<Byte>
- origin
- SKPoint
Returns
SKPoint[]
Applies to
GetGlyphPositions(ReadOnlySpan<Char>, SKPoint)
public SkiaSharp.SKPoint[] GetGlyphPositions (ReadOnlySpan<char> text, SkiaSharp.SKPoint origin = default);
Parameters
- text
- ReadOnlySpan<Char>
- origin
- SKPoint
Returns
SKPoint[]
Applies to
GetGlyphPositions(String, SKPoint)
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.