ui.text: fix USING: line

db4
Slava Pestov 2010-02-08 19:18:51 +13:00
parent 0b4edcf8ad
commit 07ce30e1fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
IN: ui.text
USING: help.markup help.syntax kernel ui.text.private strings math fonts ;
USING: help.markup help.syntax kernel ui.text.private strings math fonts images ;
HELP: string-width
{ $values { "font" font } { "string" string } { "w" "a positive integer" } }