SKPaint.GetGlyphOffsets

Undocumented in source. Be warned that the author may not have intended to support it.
  1. float[] GetGlyphOffsets(string text, float origin)
  2. float[] GetGlyphOffsets(const(char)[] text, float origin)
    class SKPaint
    float[]
    GetGlyphOffsets
    (
    const(char)[] text
    ,
    float origin = 0f
    )
  3. float[] GetGlyphOffsets(byte[] text, float origin)
  4. float[] GetGlyphOffsets(void* text, int length, float origin)

Meta