SKPaint.GetTextIntercepts
- float[] GetTextIntercepts(string text, float x, float y, float upperBounds, float lowerBounds)
- float[] GetTextIntercepts(char[] text, float x, float y, float upperBounds, float lowerBounds)
- float[] GetTextIntercepts(byte[] text, float x, float y, float upperBounds, float lowerBounds)
- float[] GetTextIntercepts(const(byte)[] text, float x, float y, float upperBounds, float lowerBounds)
- float[] GetTextIntercepts(void* text, void* length, float x, float y, float upperBounds, float lowerBounds)
- float[] GetTextIntercepts(void* text, int length, float x, float y, float upperBounds, float lowerBounds)
- float[] GetTextIntercepts(SKTextBlob text, float upperBounds, float lowerBounds)
skia SKPaint SKPaint
constructorsfunctionsstatic functions