shithub: puzzles

Download patch

ref: 9fbb365684ef662fc183ebd45c2eeb50f40589b5
parent: 72922b307822874862d943893b10ac75d01689d2
author: Simon Tatham <anakin@pobox.com>
date: Sun Dec 27 05:01:16 EST 2009

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]