Book Image

Sparrow iOS Game Framework Beginner's Guide

By : Johannes Stein
Book Image

Sparrow iOS Game Framework Beginner's Guide

By: Johannes Stein

Overview of this book

Table of Contents (20 chapters)
Sparrow iOS Game Framework Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Afterword
Index

Time for action – using bmGlyph to create a bitmap font


To create our first bitmap font, we just need to follow these steps:

  1. Open bmGlyph.

  2. Select Arial Rounded MT Bold as the font.

  3. Set Font size to 72 points.

  4. Scroll down to the Color Tools section and check Shadow.

  5. In the Shadow pane, set the x property to 2, the y property to -2, and the radius to 8.

  6. In the Fill Mode section, select a brown-yellowish color and select the Glossy checkbox.

  7. Hit the Publish button.

  8. In the Default target, enter PirateFont as the File Name and font name (Force Font Name). In the Suffix input box, add @4x.

  9. Click on the 50 button inside the Duplicate with scale box and add the suffix @2x.

  10. Click on the 25 button.

  11. Select Sparrow in the Format drop-down list.

  12. Make sure that PirateFont is displayed in all of the targets as the File Name and in Force Font Name.

  13. Hit Publish and then the Close button.

    After these steps, we should see the following screen:

What just happened?

After we opened bmGlyph, we set the base font, size, color...