xboxscene.org forums

Author Topic: Makefont Problem  (Read 60 times)

bassquake

  • Archived User
  • Full Member
  • *
  • Posts: 104
Makefont Problem
« on: August 25, 2007, 02:44:00 PM »

CODE
ERROR: No fonts specified in the input file.


Its definately pointing to the right file so what the hells going on?

The tutorial at the bottom of the page doesnt help. http://www.xbdev.net.../prt5/index.php
Logged

bassquake

  • Archived User
  • Full Member
  • *
  • Posts: 104
Makefont Problem
« Reply #1 on: August 25, 2007, 03:50:00 PM »

CODE
ERROR: Unable to initialize TrueType scaler.


 dry.gif Hmph. Must be missing something.

EDIT:

Ok. Have got a bit furthur. Copied the rsp file and edited it to:

CODE
FONT "verdana.ttf"
HEIGHT 16
DEFAULT 20
ANTIALIASLEVEL 0
RLEWIDTH 4
20
21
22
23
... (whole bunch of numbers which are hex of characters I think)


Seemed to work this time. Finally created a bmf. Dont know if it works tho. As for all the hex values, how can you find those out? So Id know for custom made fonts. Seems a bit strange to manually create the rsp file and its not mentioned anywhere.

EDIT 2:

Right. So if I open up Character Map, it will show you the hex number of each character. Is there an app that can output it automatically instead of having to go through each one manually?
Logged

Wishi

  • Archived User
  • Full Member
  • *
  • Posts: 191
Makefont Problem
« Reply #2 on: November 04, 2003, 10:01:00 AM »

I'm thinking that you're lacking your rsp file as the error ... says.
Logged