diff --git a/basis/ui/text/text-docs.factor b/basis/ui/text/text-docs.factor index 3070b96c76..aef4b91b9a 100644 --- a/basis/ui/text/text-docs.factor +++ b/basis/ui/text/text-docs.factor @@ -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" } }