bitmap_text compile flag
This commit is contained in:
@@ -64,8 +64,11 @@ class TextView extends SpriteView implements ITextView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function buildTextField():TextField {
|
private function buildTextField():TextField {
|
||||||
|
#if bitmap_text
|
||||||
return new BitmapTextField();
|
return new BitmapTextField();
|
||||||
//return new TextField();
|
#else
|
||||||
|
return new TextField();
|
||||||
|
#end
|
||||||
}
|
}
|
||||||
|
|
||||||
private function set_fill(value:Bool):Bool {
|
private function set_fill(value:Bool):Bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user