Evas font-query: Fixed documentation error.

SVN revision: 59206
This commit is contained in:
Tom Hacohen 2011-05-05 11:05:59 +00:00
parent c28c5625c5
commit 05df9e72f2
1 changed files with 2 additions and 1 deletions

View File

@ -543,7 +543,8 @@ end:
/**
* @internal
* Find the last character that fits until the boundaries set by x and y.
* Find one after the last character that fits until the boundaries set by x
* and y. I.e find the first char that doesn't fit.
* This LOGICALLY walks the string. This is needed for wrapping for example
* where we want the first part to be the first logical part.
*