Jump to content
IGNORED

FonTI


The Codex

Recommended Posts

Continuing the trend of posting tools that everyone is already writing for themselves, here's my newly completed font editor, FonTI. This is a Java app for modern computers (the necessary evil).

 

Full-featured (well, a decent amount) editing and save/load of the font as a hex string file.

 

post-25494-126878469857_thumb.png

 

But more crucial to us lot of XBers, export the whole font (or a subsection thereof) straight to XB data statements.

 

post-25494-126878470937_thumb.png

 

Includes the default TI font to get you started. Let me know your thoughts, program bugs, or any improvements. Hope you dig!

 

FonTI.zip

Edited by The Codex
Link to comment
Share on other sites

I don't have a Java development environment on my computer. Is there any other way to run it?

 

Do neither of the batch files work? What OS are you using? As James mentions, there is likely a JRE installed somewhere on your system which could be used to run it.

Link to comment
Share on other sites

I'm running Win7, FireFox. The runtime is probably somewhere on my system, and the browser can find it, but it looks like the batch files assume path settings that are only set when you install the JDK and / or set them manually. I would think Sun would provide a way for your app to find the runtime... ? I don't know, how does Eclipse do it?

 

Matthew

Link to comment
Share on other sites

I put the classpath declarations in the batch files to hopefully circumvent user's settings, but it sounds like it may be clashing with your. Try running the batch after deleting the -classpath ".;$CLASSPATH" bit.

 

If you can, open a commandline window in your OS and type java -version . This should return what you have installed. I'm probably going to repackage FonTI with Launch4J later, once I get it debugged properly, and that should make things smoother as well.

Link to comment
Share on other sites

C:\Users\Matthew>java -version

'java' is not recognized as an internal or external command,

operable program or batch file.

 

Hmm, let me find a webpage with a Java applet to make sure I have the runtime installed. But I *am* Eclipse for my C development... I wonder if they package the Java runtime?

 

Matthew

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...