Inheritance
System.Object
ParagraphBuilder
public class ParagraphBuilder
Constructors
Declaration
public ParagraphBuilder(ParagraphStyle style)
Parameters
Methods
addText(String)
Declaration
public void addText(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Declaration
Returns
Declaration
public int peekStyleIndex()
Returns
Type |
Description |
System.Int32 |
|
Declaration
pushStyle(TextStyle, Single)
Declaration
public void pushStyle(TextStyle style, float textScaleFactor)
Parameters
Type |
Name |
Description |
TextStyle |
style |
|
System.Single |
textScaleFactor |
|