Comment terminology fixup.

This commit is contained in:
Pietro Gagliardi 2016-01-12 18:39:14 -05:00
parent ba81304d60
commit 5454e81f3f
1 changed files with 3 additions and 3 deletions

View File

@ -649,9 +649,9 @@ type Font struct {
// LoadClosestFont loads a Font. // LoadClosestFont loads a Font.
// //
// You pass the properties of the ideal font you want to load in the // You pass the properties of the ideal font you want to load in the
// FontDescriptor you pass to this function. If the requested text // FontDescriptor you pass to this function. If the requested font
// style is not available on the system, the closest matching font is // is not available on the system, the closest matching font is used.
// used. This means that, for instance, if you specify a Weight of // This means that, for instance, if you specify a Weight of
// TextWeightUltraHeavy and the heaviest weight available for the // TextWeightUltraHeavy and the heaviest weight available for the
// chosen font family is actually TextWeightBold, that will be used // chosen font family is actually TextWeightBold, that will be used
// instead. The specific details of font matching beyond this // instead. The specific details of font matching beyond this