SKFont.GetGlyphs 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
GetGlyphs(ReadOnlySpan<Char>, Span<UInt16>)
public void GetGlyphs (ReadOnlySpan<char> text, Span<ushort> glyphs);
Parameters
- text
- ReadOnlySpan<Char>
Applies to
GetGlyphs(ReadOnlySpan<Int32>, Span<UInt16>)
public void GetGlyphs (ReadOnlySpan<int> codepoints, Span<ushort> glyphs);
Parameters
- codepoints
- ReadOnlySpan<Int32>
Applies to
GetGlyphs(String, Span<UInt16>)
GetGlyphs(ReadOnlySpan<Byte>, SKTextEncoding, Span<UInt16>)
public void GetGlyphs (ReadOnlySpan<byte> text, SkiaSharp.SKTextEncoding encoding, Span<ushort> glyphs);
Parameters
- text
- ReadOnlySpan<Byte>
- encoding
- SKTextEncoding
Applies to
GetGlyphs(IntPtr, Int32, SKTextEncoding, Span<UInt16>)
public void GetGlyphs (IntPtr text, int length, SkiaSharp.SKTextEncoding encoding, Span<ushort> glyphs);
Parameters
- text
- IntPtr
- length
- Int32
- encoding
- SKTextEncoding
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.