SKFont.GetGlyphs
- ushort[] GetGlyphs(const(int)[] codepoints)
- void GetGlyphs(const(int)[] codepoints, ushort[] glyphs)
- ushort[] GetGlyphs(string text)
- ushort[] GetGlyphs(const(char)[] text)
- ushort[] GetGlyphs(const(byte)[] text, SKTextEncoding encoding)
- void GetGlyphs(string text, ushort[] glyphs)
- void GetGlyphs(const(char)[] text, ushort[] glyphs)
- void GetGlyphs(const(byte)[] text, SKTextEncoding encoding, ushort[] glyphs)
- ushort[] GetGlyphs(void* text, int length, SKTextEncoding encoding)
- void GetGlyphs(void* text, int length, SKTextEncoding encoding, ushort[] glyphs)
skia SKFont SKFont
constructorsfunctionsstatic functionsvariables