summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-01-12 18:39:14 -0500
committerPietro Gagliardi <[email protected]>2016-01-12 18:39:14 -0500
commit5454e81f3f291a335e56f95797e9a256f97e62b9 (patch)
treeb6ecae17fb12bf4ef5a7451fc2f164baddfd7583 /draw.go
parentba81304d60531292bdf08af30a94182e77a1360d (diff)
Comment terminology fixup.
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/draw.go b/draw.go
index c9600b6..99d8d41 100644
--- a/draw.go
+++ b/draw.go
@@ -649,9 +649,9 @@ type Font struct {
// LoadClosestFont loads a Font.
//
// You pass the properties of the ideal font you want to load in the
-// FontDescriptor you pass to this function. If the requested text
-// style is not available on the system, the closest matching font is
-// used. This means that, for instance, if you specify a Weight of
+// FontDescriptor you pass to this function. If the requested font
+// is not available on the system, the closest matching font is used.
+// This means that, for instance, if you specify a Weight of
// TextWeightUltraHeavy and the heaviest weight available for the
// chosen font family is actually TextWeightBold, that will be used
// instead. The specific details of font matching beyond this