diff options
author | Akira TAGOH <akira@tagoh.org> | 2019-06-06 10:50:31 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2019-06-06 10:50:31 +0000 |
commit | f729bc63d83c8e9068ff1c031a363b624dea1bb7 (patch) | |
tree | 016f2faa71d60d0a9bb907858006110fa1d6cbfc /doc | |
parent | f40b203b3e28f253bfe4976ab571278cd19437d7 (diff) |
Fix a typo in the description of FcWeightFromOpenTypeDouble
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcweight.fncs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fcweight.fncs b/doc/fcweight.fncs index 4884b27..5bb9429 100644 --- a/doc/fcweight.fncs +++ b/doc/fcweight.fncs @@ -28,7 +28,7 @@ to use with FC_WEIGHT, from an double in the 1..1000 range, resembling the numbers from OpenType specification's OS/2 usWeight numbers, which are also similar to CSS font-weight numbers. If input is negative, -zero, or greater than 1000, returns -1. This function linearly doubleerpolates +zero, or greater than 1000, returns -1. This function linearly interpolates between various FC_WEIGHT_* constants. As such, the returned value does not necessarily match any of the predefined constants. @SINCE@ 2.12.92 |