Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: creating fonts

  1. #1
    Junior Member Regular Contributor
    Join Date
    Dec 2000
    Location
    Florence, Italy
    Posts
    219

    creating fonts

    I know it is possible to create fonts from a bitmap image which contains all the characters. I've been looking for a tutorial but could not find any...

  2. #2
    Junior Member Newbie
    Join Date
    Jul 2003
    Posts
    4

    Re: creating fonts

    I made a small lib based on DFont using SDL and SDL_image to use bitmap fonts easilly (in SFont format), you can look at the code to give you an idea :
    http://www.choupette.org/flupke/mySi...ntGL-0.0.3.zip

    (get SDL and SDL_image from www.libsdl.org if you want to try it)

    [This message has been edited by flupke (edited 07-14-2003).]

  3. #3
    Advanced Member Frequent Contributor
    Join Date
    Apr 2000
    Location
    Melbourne,Victoria,Australia
    Posts
    767

    Re: creating fonts

    Not an advanced question but...

    You can find a good tutorial here

    You will also find a tool to make the bitmaps in Nehe's tools/downloads section.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •