[Slim-Checkins] r9755 - /trunk/server/HTML/EN/html/docs/fonts.html
adrian at svn.slimdevices.com
adrian at svn.slimdevices.com
Fri Sep 15 13:03:51 PDT 2006
Author: adrian
Date: Fri Sep 15 13:03:49 2006
New Revision: 9755
URL: http://svn.slimdevices.com?rev=9755&view=rev
Log:
Bug: N/A
Description: note reservered characters in font documentation
Modified:
trunk/server/HTML/EN/html/docs/fonts.html
Modified: trunk/server/HTML/EN/html/docs/fonts.html
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/html/docs/fonts.html?rev=9755&r1=9754&r2=9755&view=diff
==============================================================================
--- trunk/server/HTML/EN/html/docs/fonts.html (original)
+++ trunk/server/HTML/EN/html/docs/fonts.html Fri Sep 15 13:03:49 2006
@@ -69,11 +69,11 @@
restarted before they are available to the server.
<p>Custom fonts files define characters for the fontname specified by
-the file name. The first character "\x00" defines the inter character
-spacing and following characters define characters "\x01", "\x02",
-"\x03" etc.
-<p>Note as this custom font files define new fonts no
-characters are reserved and so character "\x01" onwards is normally used.
+the file name. The first character chr(0) defines the inter character
+spacing and following characters define characters chr(1), chr(2),
+chr(3) etc.
+<p>Note also that character 0x0a [chr(10)] is reserved and should not
+be used, as are characters 0x1b, 0x1c, 0x1d [chr(27) - chr(29].
<p>Although a plugin may build strings using character values, it is
normal to register a name for each character using
Slim::Display::Graphics::setCustomChar.
More information about the checkins
mailing list