Omnicalc Font Editor for GTK+ v1.01

0. About

Omnicalc Font Editor is a program which is able to edit and compile the Omnicalc Font File.
This program was written based on Windows version of Omnicalc Font Editor.
You need GTK+1.xx or GTK+2.xx to compile this program [Donwload GTK+].

1. Compiling and Running

Unzip downloaded file and put any directory. Run Console/Terminal, move to that directory with "cd" and run one of following commands.

GTK+1.xx:
gcc main.c -o ocfe `gtk-config --cflags --libs`
gcc main.c -o ocfe `pkg-config --cflags --libs gtk+`
GTK+2.xx:
gcc main.c -o ocfe `pkg-config --cflags --libs gtk+-2.0`

Then, run "ocfe" from Console/Terminal or Window Manager.

2. How to use

3. Known bugs/Specification

4. Version info

5. Appendix

bdf_default.8xfont
A default font file for BDF.
util\8xf2c.c
This program can convert 8xfont to C-Style array (unsigned char[]).
util\8xf2bmp.c
This program can convert 8xfont to Bitmap with String.
util\gdk_draw_string_by_tifont.h
This function can draw string by font data generated by 8xf2c.

This program was compiled and tested under Vine Linux 3.1/Knoppix 3.7 with GTK+-1.2/GTK+-2.0,
And Windows XP with GTK+ for Windows.

Screen Shot

Program and document were written by Yuki Mio.