chiark / gitweb /
Introduce, and implement as usefully as I can in all front ends, a
authorSimon Tatham <anakin@pobox.com>
Sun, 27 Dec 2009 10:01:16 +0000 (10:01 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 27 Dec 2009 10:01:16 +0000 (10:01 +0000)
commit9fbb365684ef662fc183ebd45c2eeb50f40589b5
tree494e77cfaa8402d920bd6615db0a31dbdbc59183
parent72922b307822874862d943893b10ac75d01689d2
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.

[originally from svn r8793]
PuzzleApplet.java
devel.but
drawing.c
gtk.c
nestedvm.c
nullfe.c
osx.m
ps.c
puzzles.h
windows.c