Hi Terry,

On Fri, Feb 19, 2010 at 12:48 AM, Terry Welsh <[email protected]> wrote:
> In Text.cpp and Text3D.cpp, the current list of delimiters used to
> find the last character in a line is
> SPACE \n / , ; : .
>
> I propose instead using
> SPACE \n / -
>
> Everyone okay with this?  As it is now you commonly see lines starting
> with periods that should accompany the word on the previous line.

I haven't looked at the code but my guess is that it is trying to
include the comma and fullstop on the same line, note that is looking
for the last character on a line, not the first character on the next
line.  If it's failing then perhaps it's one off somewhere.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to