Watchmaker Wiki

The ultimate watch maker for Android Wear!

User Tools

Site Tools


bitmapfonts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
bitmapfonts [2015/01/30 16:58] – [Bitmap Fonts] alex_curranbitmapfonts [2015/01/30 20:37] – [How to build a Bitmap Font?] alex_curran
Line 3: Line 3:
 So you already have a huge library of True Type fonts ... so why would you use Bitmap fonts? So you already have a huge library of True Type fonts ... so why would you use Bitmap fonts?
  
-Well for starters Bitmap fonts let you create Photoshop quality text effects ... //in Photoshop//?!+Well for starters Bitmap fonts let you create Photoshop quality text effects ... //in Photoshop//!!
  
 {{:bmfont.png?200|}} {{:bmfont.png?200|}}
-====What's good with Bitmap Fonts :==== +====What's good about Bitmap Fonts :==== 
-  * They render and update quicker on your watch as textures are pre-built+  * They render and update quicker on your watch!
   * You can use your favorite photo editor, e.g. Photoshop, GIMP, to create high quality effects: shadows, gradients, blur, etc   * You can use your favorite photo editor, e.g. Photoshop, GIMP, to create high quality effects: shadows, gradients, blur, etc
  
Line 14: Line 14:
   * The .fnt file is the font definition which specifies supported characters, e.g. A-Z, and the size of each character in the spritesheet   * The .fnt file is the font definition which specifies supported characters, e.g. A-Z, and the size of each character in the spritesheet
   * The .png file is a spritesheet with all your characters - this can be edited in Photoshop   * The .png file is a spritesheet with all your characters - this can be edited in Photoshop
 +  * See example files at the bottom
  
 ====How to build a Bitmap Font?==== ====How to build a Bitmap Font?====
   * There are apps for PC, Mac and web that will help :   * There are apps for PC, Mac and web that will help :
-  * [[http://kvazars.com/littera/|Littera]] Web Based Free+  * [[http://kvazars.com/littera/|Littera]] Web Based Free ... (Use Format: Text .fnt)
   * [[http://www.bmglyph.com|bmGlyph]] Mac Paid   * [[http://www.bmglyph.com|bmGlyph]] Mac Paid
   * [[http://www.angelcode.com/products/bmfont|AngelCode]] PC Free   * [[http://www.angelcode.com/products/bmfont|AngelCode]] PC Free
Line 28: Line 29:
  
 ====Using Bitmap fonts in WatchMaker==== ====Using Bitmap fonts in WatchMaker====
-  * Copy the .png and .fnt files to BeautifulWatches/fonts_bm+  * Copy both the .png and .fnt files to the folder BeautifulWatches/fonts_bm/
   * Customize a watch   * Customize a watch
   * Select a text layer   * Select a text layer
   * Select Font -> Bitmap Font and you should see your new font!   * Select Font -> Bitmap Font and you should see your new font!
 +
 +====Example Bitmap Font====
 +  * You can play with this metal font, e.g. change the png file and save to WatchMaker :
 +  * [[http://androidslide.net/images/metal.txt|Metal.fnt]]
 +  * Metal.png:
 +  * {{:metal.png?200|}}
bitmapfonts.txt · Last modified: 2015/01/31 17:47 by splitbrain