[view] check fontSize in TextSkin
This commit is contained in:
@@ -16,7 +16,9 @@ class TextSkin implements ISkin<ITextView> {
|
||||
|
||||
public function draw(view:ITextView):Void {
|
||||
view.fontColor = fontColor;
|
||||
view.fontSize = fontSize;
|
||||
if (fontSize > 0) {
|
||||
view.fontSize = fontSize;
|
||||
}
|
||||
view.fontFamily = fontFamily;
|
||||
view.fontEmbed = fontEmbed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user