minor change in Text doc
This commit is contained in:
parent
dd6d38b8f3
commit
dc3f9857d8
|
@ -37,7 +37,7 @@ func RangeTable(table *unicode.RangeTable) []rune {
|
||||||
return runes
|
return runes
|
||||||
}
|
}
|
||||||
|
|
||||||
// Text allows text drawing.
|
// Text allows for effiecient and convenient text drawing.
|
||||||
//
|
//
|
||||||
// To create a Text object, use the New constructor:
|
// To create a Text object, use the New constructor:
|
||||||
// txt := text.New(face, text.ASCII)
|
// txt := text.New(face, text.ASCII)
|
||||||
|
|
Loading…
Reference in New Issue