Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Bitmap Font

Author: 
Clint Bellanger
Friday, February 19, 2010 - 11:44
Flattr this item
Art Type: 
2D Art
Tags: 
symbols
font
Educational
Raster Art
Pixel Art
License(s): 
CC0
Collections: 
  • !CO Assets
  • 2D::UI/HUD/Skin
  • BlackCortex
  • CC0 - Public Domain - Fonts
  • CC0 Fonts
  • CF Inspiration
  • Font Art Collection
  • Fonts
  • Fonts, huds and menus (pixelart)
  • Pool: Fonts (GDN)
  • QnD001 Assets
  • RPG Stuff Collection
  • To Remix
  • Top down monster game
  • Type - Interface Assets
  • UI
Favorites: 
28
Share Icons: 
Preview: 
Preview

Very simple raster font.  8pt (max size 8x12 pixels).  Low printable ASCII (32 through 127 ... technically 126) represented.

Here it's a white font with black outline.  I'll be using it in a game with variable color backgrounds so the outline helps.

In the preview I use "-1px kerning" so that the black outline of adjacent characters overlap.

The .zip includes a definition file that shows the pixel width of each character.  Also includes the .xcf file.

To get the top and left corner of each character, the formula would be something similar to this:

top = (ascii - 32) / 16 * 12;

left = (ascii - 32) % 16 * 8;

File(s): 
font.png font.png 1.9 Kb [1579 download(s)]
font.zip font.zip 4.6 Kb [1285 download(s)]
  • Log in or register to post comments

Comments

Clint Bellanger
joined 15 years 9 months ago
04/11/2012 - 08:10
Clint Bellanger's picture

Updated to CC-0

  • Log in or register to post comments
sebshady
joined 11 years 1 month ago
08/12/2018 - 07:48

Thanks for making this public domain. Very useful for making prototypes etc.

  • Log in or register to post comments