SSBitmapFont now Open Source
-
We have released a code version of the SSBitmapFont library. This will enable developers to update the library as needed and also fixes a few problems, including tvOS compatibility.
The new source can be found in the attached project which also provides an example of using SSBitmapFont with tvOS which is why the example project is called tvOSFontTest.
This version of SSBitmapFont doesn't try to do anything clever in terms of identifying the device being used and then picking the right font size. This caused nothing but issues in the old version so this time we have left the decision on which font control file to use up to the developer
You can use this code version by simply copying in the SSBitmapFont group into your project.