summaryrefslogtreecommitdiff
path: root/doc/fcweight.fncs
Commit message (Collapse)AuthorAgeFilesLines
* Convert tabs to spacesAkira TAGOH2022-12-131-20/+20
| | | | | | This fixes broken layout on pdf. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/343
* Fix a typo in the description of FcWeightFromOpenTypeDoubleAkira TAGOH2019-06-061-1/+1
|
* Add FcWeightTo/FromOpenTypeDouble()Behdad Esfahbod2018-01-031-10/+32
| | | | No idea why I didn't add these as double to begin with.
* Linearly interpolate weight valuesBehdad Esfahbod2014-07-251-0/+47
Rest of Part of https://bugs.freedesktop.org/show_bug.cgi?id=81453 Adds new API: FcWeightFromOpenType() FcWeightToOpenType()