From Eric Wing, fix to comment.

This commit is contained in:
Robert Osfield 2005-12-08 08:57:16 +00:00
parent 27ad107378
commit 49301347e8

View File

@ -215,7 +215,7 @@ public:
KerningType getKerningType() const { return _kerningType; }
/** Get the number of wrapped lines - only valid after computeGlyphRepresentation() has been called, returns -1 otherwise */
/** Get the number of wrapped lines - only valid after computeGlyphRepresentation() has been called, returns 0 otherwise */
unsigned int getLineCount() { return _lineCount; }
/** Draw the text.*/