Open GoogleCodeExporter opened 9 years ago
To do the last request you would only need to add a ticker text constructor
like this:
public TickerText(final float pX, final float pY, final IFont pFont, int pMaximumCharacters, final String pText, final TickerTextOptions pTickerTextOptions, final VertexBufferObjectManager pVertexBufferObjectManager) {
super(pX, pY, pFont, pText, pMaximumCharacters, pTickerTextOptions, pVertexBufferObjectManager);
this.mTickerTextOptions = pTickerTextOptions;
this.mDuration = this.mCharactersMaximum * this.mTickerTextOptions.mCharactersPerSecond;
}
Original comment by rion...@gmail.com
on 26 Feb 2012 at 12:07
Also I should have mentioned that I am using
TickerText.setAutoWrap(AutoWrap.WORDS);
Not sure if that would effect the spaces not being seen.
Original comment by rion...@gmail.com
on 26 Feb 2012 at 12:09
Can you put this issue to github? Thanks!
Original comment by NicolasG...@gmail.com
on 2 Mar 2012 at 4:11
Original issue reported on code.google.com by
rion...@gmail.com
on 26 Feb 2012 at 12:05