Increase font size.

This commit is contained in:
Jürg Lehni 2011-12-27 20:40:22 +01:00
parent 50e1509ab9
commit 597a59e90c
2 changed files with 3 additions and 3 deletions
examples/Scripts

View file

@ -17,7 +17,7 @@
var text = new PointText();
text.content = i;
text.justification = 'center';
text.fontSize = 9;
text.fontSize = 12;
segmentTexts.push(text);
}
@ -25,7 +25,7 @@
var handleInText = new PointText();
handleInText.content = 'handleIn';
handleInText.justification = 'center';
handleInText.fontSize = 9;
handleInText.fontSize = 12;
handleTexts.push(handleInText);
var handleOutText = handleInText.clone();