Fix typo in ui.text docs

db4
Slava Pestov 2009-04-19 03:04:41 -05:00
parent 47820bda51
commit 97b19ff025
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ HELP: offset>x
HELP: line-metrics
{ $values { "font" font } { "string" string } { "metrics" line-metrics } }
{ $contract "Outputs a " { $link line-metrics } " object with text measurements." } ;
{ $contract "Outputs a " { $link metrics } " object with text measurements." } ;
ARTICLE: "text-rendering" "Rendering text"
"The " { $vocab-link "ui.text" } " vocabulary provides a cross-platform interface to the operating system's native font rendering engine. Currently, it uses Core Text on Mac OS X and FreeType on Windows and X11."