Quick documentation fix.

This commit is contained in:
Pietro Gagliardi 2018-08-13 20:11:20 -04:00
parent 76edc665b7
commit 1692d5d465
1 changed files with 1 additions and 1 deletions

2
ui.h
View File

@ -563,7 +563,7 @@ _UI_EXTERN uiAttribute *uiNewSizeAttribute(double size);
_UI_EXTERN double uiAttributeSize(const uiAttribute *a); _UI_EXTERN double uiAttributeSize(const uiAttribute *a);
// uiTextWeight represents possible text weights. These roughly // uiTextWeight represents possible text weights. These roughly
// map to the OSx2 text weight field of TrueType and OpenType // map to the OS/2 text weight field of TrueType and OpenType
// fonts, or to CSS weight numbers. The named constants are // fonts, or to CSS weight numbers. The named constants are
// nominal values; the actual values may vary by font and by OS, // nominal values; the actual values may vary by font and by OS,
// though this isn't particularly likely. Any value between // though this isn't particularly likely. Any value between