Introduce, and implement as usefully as I can in all front ends, a
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 27 Dec 2009 10:01:16 +0000 (10:01 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 27 Dec 2009 10:01:16 +0000 (10:01 +0000)
commit4011952cc6b338217e904e4a38d9a2414258fa36
tree494e77cfaa8402d920bd6615db0a31dbdbc59183
parent07682b793f616607202800f0bf9f573dc3656b29
Introduce, and implement as usefully as I can in all front ends, a
new function in the drawing API which permits the display of text
from outside basic ASCII. A fallback mechanism is provided so that
puzzles can give a list of strings they'd like to display in order
of preference and the system will return the best one it can manage;
puzzles are required to cope with ASCII-only front ends.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8793 cda61777-01e9-0310-a592-d414129be87e
PuzzleApplet.java
devel.but
drawing.c
gtk.c
nestedvm.c
nullfe.c
osx.m
ps.c
puzzles.h
windows.c