Fixed multiple issues in docs (bug #2410)

This commit is contained in:
Daniil Osokin
2013-01-31 15:15:13 +04:00
parent 53b0df87f1
commit fe5b9df45f
4 changed files with 4 additions and 5 deletions

View File

@@ -245,7 +245,6 @@ Calculates the width and height of a text string.
The function ``getTextSize`` calculates and returns the size of a box that contains the specified text.
That is, the following code renders some text, the tight box surrounding it, and the baseline: ::
// Use "y" to show that the baseLine is about
string text = "Funny text inside the box";
int fontFace = FONT_HERSHEY_SCRIPT_SIMPLEX;
double fontScale = 2;