Class TextBlobBuilder
Inheritance
System.Object
TextBlobBuilder
Syntax
public class TextBlobBuilder
Fields
positions
Declaration
public Vector2d[] positions
Field Value
Methods
allocRunPos(TextStyle, String, Int32, Int32, Single)
Declaration
public void allocRunPos(TextStyle style, string text, int offset, int size, float textScaleFactor = 1F)
Parameters
Type |
Name |
Description |
TextStyle |
style |
|
System.String |
text |
|
System.Int32 |
offset |
|
System.Int32 |
size |
|
System.Single |
textScaleFactor |
|
make()
Declaration
Returns
setBounds(Rect)
Declaration
public void setBounds(Rect bounds)
Parameters
Type |
Name |
Description |
Rect |
bounds |
|