3 Feb
2007
3 Feb
'07
3:01 p.m.
Two small things: Taco Hoekwater wrote:
Each of those mini-hashes represents a single character packet command. Here is a 'commands' entry that contains every possible one at least once:
"commands" = { {"push"}, -- remember where we are {"right", 5000}, -- move right 0.08pt {"font", 1}, -- select the fonts[1] entry {"setchar", 97}, -- place character 97 'a'
That is a typo. The correct command name is "char", without prefix. And I have just committed an updated manual with the same extra documentation as was in the announcement message to this list. Taco