Home | History | Annotate | Download | only in font

Lines Matching refs:textBox

48     private Rectangle textBox;

63 * @param textBox the rectangle that constrains the text
69 StringBlock(String text, Rectangle textBox, BitmapFont.Align alignment, float size, ColorRGBA color,
72 this.textBox = textBox;
81 this.textBox = null;
93 if (textBox != null)
94 clone.textBox = textBox.clone();
110 return textBox;
113 void setTextBox(Rectangle textBox) {
114 this.textBox = textBox;