summaryrefslogtreecommitdiff
path: root/src/fcmatch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix score estimation for postscriptnameAkira TAGOH2021-10-081-3/+5
* Reflect matching results to binding in FcPatternAkira TAGOH2021-08-241-21/+81
* Do not set different score to non-string valuesAkira TAGOH2021-07-081-1/+1
* Fix score evaluation for multiple values in propertiesAkira TAGOH2021-06-281-1/+1
* Remove abort from FcCompareSize.Ben Wagner2020-12-071-1/+0
* Fixup: Handle patterns without familyMatthias Clasen2020-08-251-17/+20
* Speed up FcCompareLang and FcCompareBoolMatthias Clasen2020-08-251-12/+10
* Speed up fonthashint matchingMatthias Clasen2020-08-251-6/+13
* Use a hash table for family matchingMatthias Clasen2020-08-251-5/+134
* Add FC_ORDER property into cacheAkira TAGOH2020-05-251-0/+1
* Use FcConfigReference/Destroy appropriately instead of FcConfigGetCurrentAkira TAGOH2019-11-011-25/+23
* Affect FC_FONT_HAS_HINT property to score on matcherAkira TAGOH2019-08-091-0/+1
* Fix possibly dereferencing a null pointerAkira TAGOH2018-07-191-5/+8
* Cache: Rewrite relocated paths in earlierAlexander Larsson2018-05-251-34/+0
* Fix -Wstringop-truncation warningAkira TAGOH2018-05-251-5/+4
* Put back accidentally removed codeBehdad Esfahbod2017-12-201-0/+2
* Let pattern FC_FONT_VARIATIONS override standard axis variationsBehdad Esfahbod2017-12-191-9/+11
* Set font-variations settings for standard axes in variable fontsBehdad Esfahbod2017-12-191-2/+52
* Remove a debug abort()Behdad Esfahbod2017-12-181-1/+0
* Try to get current instance of FcConfig as far as possibleAkira TAGOH2017-12-191-0/+2
* Don't crashBehdad Esfahbod2017-12-181-1/+1
* Don't call FcStat when the alias has already been addedAkira TAGOH2017-11-201-25/+22
* abstract hash table functionsAkira TAGOH2017-11-201-2/+3
* Replace the original path to the new oneAkira TAGOH2017-11-201-0/+2
* Replace the font path in FcPattern to what it is actually located.Akira TAGOH2017-11-201-0/+32
* Add FcDontCare value to FcBoolBehdad Esfahbod2017-09-201-2/+6
* Add separate match compare function for sizeBehdad Esfahbod2017-09-201-0/+50
* In RenderPrepare(), handle ranges smartlyBehdad Esfahbod2017-09-201-14/+37
* [varfonts] Add FC_VARIABLEBehdad Esfahbod2017-09-201-0/+1
* Rewrite FcCompareRange()Behdad Esfahbod2017-09-201-19/+20
* Rename FcCompareSizeRange() to FcCompareRange()Behdad Esfahbod2017-09-201-2/+2
* Remove FcCompareSize()Behdad Esfahbod2017-09-201-34/+0
* Add one more debugging option to see transformation on font-matchingAkira TAGOH2015-06-081-0/+41
* Simplify FcRangeBehdad Esfahbod2015-05-271-1/+1
* Add su[pport for symbol fontsBehdad Esfahbod2015-05-181-0/+1
* Add FC_COLORBehdad Esfahbod2014-12-141-0/+1
* Revert "[fcmatch] When matching, reserve score 0 for when elements don't exist"Behdad Esfahbod2014-08-201-1/+1
* Improve / cleanup namelang matchingBehdad Esfahbod2014-07-241-22/+23
* Fixup previous commitBehdad Esfahbod2014-07-061-12/+0
* Remove HASH from matching prioritiesBehdad Esfahbod2014-07-061-1/+0
* CommentsBehdad Esfahbod2014-07-061-0/+6
* Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH2014-03-261-0/+45
* Bug 72380 - Never drop first font when trimmingBehdad Esfahbod2013-12-091-2/+3
* Copy all values from the font to the pattern if the pattern doesn't have the ...Akira TAGOH2013-09-181-2/+4
* Bug 16818 - fontformat in match pattern is not respected?Akira TAGOH2013-08-141-0/+1
* Bug 67845 - Match on FC_SCALABLEAkira TAGOH2013-08-071-0/+1
* Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memoryAkira TAGOH2013-05-161-9/+21
* Use the glob matching for filenameAkira TAGOH2013-05-081-4/+2
* Bug 62980 - matching native fonts with even :lang=enAkira TAGOH2013-04-011-16/+7
* Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAMEAkira TAGOH2013-03-211-0/+21