summaryrefslogtreecommitdiff
path: root/src/fcweight.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the linear interpolation during weight mappingEgmont Koblinger2019-06-191-1/+1
* Remove hack for OS/2 weights 1..9Behdad Esfahbod2018-01-041-19/+1
* Add FcWeightTo/FromOpenTypeDouble()Behdad Esfahbod2018-01-031-6/+18
* Fix weight mappingBehdad Esfahbod2017-08-081-1/+1
* Bug 96676 - Check range of FcWeightFromOpenType argumentAkira TAGOH2016-07-081-0/+1
* Improve OpenType to Fontconfig weight mappingBehdad Esfahbod2016-03-081-6/+19
* If OS/2 table says weight is 1 to 9, multiply by 100Behdad Esfahbod2014-08-061-1/+8
* Fix assertion failureBehdad Esfahbod2014-08-061-1/+1
* Remove unneeded FcPublicBehdad Esfahbod2014-07-271-2/+2
* Export recently added APIBehdad Esfahbod2014-07-261-0/+4
* Linearly interpolate weight valuesBehdad Esfahbod2014-07-251-0/+84