SKPaint.BreakText
- long BreakText(string text, float maxWidth)
- long BreakText(string text, float maxWidth, float measuredWidth)
- long BreakText(string text, float maxWidth, float measuredWidth, string measuredText)
- long BreakText(const(char)[] text, float maxWidth)
- long BreakText(const(char)[] text, float maxWidth, float measuredWidth)
- long BreakText(byte[] text, float maxWidth)
- long BreakText(byte[] text, float maxWidth, float measuredWidth)
- long BreakText(const(byte)[] text, float maxWidth)
- long BreakText(const(byte)[] text, float maxWidth, float measuredWidth)
- long BreakText(void* buffer, int length, float maxWidth)
- long BreakText(void* buffer, int length, float maxWidth, float measuredWidth)
- long BreakText(void* buffer, void* length, float maxWidth)
- long BreakText(void* buffer, void* length, float maxWidth, float measuredWidth)
skia SKPaint SKPaint
constructorsfunctionsstatic functions