summaryrefslogtreecommitdiff
path: root/src/fcmatch.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Fix score evaluation for multiple values in propertiesAkira TAGOH1-1/+1
2020-12-07Remove abort from FcCompareSize.Ben Wagner1-1/+0
2020-08-25Fixup: Handle patterns without familyMatthias Clasen1-17/+20
2020-08-25Speed up FcCompareLang and FcCompareBoolMatthias Clasen1-12/+10
2020-08-25Speed up fonthashint matchingMatthias Clasen1-6/+13
2020-08-25Use a hash table for family matchingMatthias Clasen1-5/+134
2020-05-25Add FC_ORDER property into cacheAkira TAGOH1-0/+1
2019-11-01Use FcConfigReference/Destroy appropriately instead of FcConfigGetCurrentAkira TAGOH1-25/+23
2019-08-09Affect FC_FONT_HAS_HINT property to score on matcherAkira TAGOH1-0/+1
2018-07-19Fix possibly dereferencing a null pointerAkira TAGOH1-5/+8
2018-05-25Cache: Rewrite relocated paths in earlierAlexander Larsson1-34/+0
2018-05-25Fix -Wstringop-truncation warningAkira TAGOH1-5/+4
2017-12-20Put back accidentally removed codeBehdad Esfahbod1-0/+2
2017-12-19Let pattern FC_FONT_VARIATIONS override standard axis variationsBehdad Esfahbod1-9/+11
2017-12-19Set font-variations settings for standard axes in variable fontsBehdad Esfahbod1-2/+52
2017-12-18Remove a debug abort()Behdad Esfahbod1-1/+0
2017-12-19Try to get current instance of FcConfig as far as possibleAkira TAGOH1-0/+2
2017-12-18Don't crashBehdad Esfahbod1-1/+1
2017-11-20Don't call FcStat when the alias has already been addedAkira TAGOH1-25/+22
2017-11-20abstract hash table functionsAkira TAGOH1-2/+3
2017-11-20Replace the original path to the new oneAkira TAGOH1-0/+2
2017-11-20Replace the font path in FcPattern to what it is actually located.Akira TAGOH1-0/+32
2017-09-20Add FcDontCare value to FcBoolBehdad Esfahbod1-2/+6
2017-09-20Add separate match compare function for sizeBehdad Esfahbod1-0/+50
2017-09-20In RenderPrepare(), handle ranges smartlyBehdad Esfahbod1-14/+37
2017-09-20[varfonts] Add FC_VARIABLEBehdad Esfahbod1-0/+1
2017-09-20Rewrite FcCompareRange()Behdad Esfahbod1-19/+20
2017-09-20Rename FcCompareSizeRange() to FcCompareRange()Behdad Esfahbod1-2/+2
2017-09-20Remove FcCompareSize()Behdad Esfahbod1-34/+0
2015-06-08Add one more debugging option to see transformation on font-matchingAkira TAGOH1-0/+41
2015-05-27Simplify FcRangeBehdad Esfahbod1-1/+1
2015-05-18Add su[pport for symbol fontsBehdad Esfahbod1-0/+1
2014-12-14Add FC_COLORBehdad Esfahbod1-0/+1
2014-08-20Revert "[fcmatch] When matching, reserve score 0 for when elements don't exist"Behdad Esfahbod1-1/+1
2014-07-24Improve / cleanup namelang matchingBehdad Esfahbod1-22/+23
2014-07-06Fixup previous commitBehdad Esfahbod1-12/+0
2014-07-06Remove HASH from matching prioritiesBehdad Esfahbod1-1/+0
2014-07-06CommentsBehdad Esfahbod1-0/+6
2014-03-26Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH1-0/+45
2013-12-09Bug 72380 - Never drop first font when trimmingBehdad Esfahbod1-2/+3
2013-09-18Copy all values from the font to the pattern if the pattern doesn't have the ...Akira TAGOH1-2/+4
2013-08-14Bug 16818 - fontformat in match pattern is not respected?Akira TAGOH1-0/+1
2013-08-07Bug 67845 - Match on FC_SCALABLEAkira TAGOH1-0/+1
2013-05-16Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memoryAkira TAGOH1-9/+21
2013-05-08Use the glob matching for filenameAkira TAGOH1-4/+2
2013-04-01Bug 62980 - matching native fonts with even :lang=enAkira TAGOH1-16/+7
2013-03-21Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAMEAkira TAGOH1-0/+21
2013-03-07Do not copy FC_*LANG_OBJECT even if it's not available on the patternAkira TAGOH1-1/+4
2013-03-01Fix broken sort order with FcFontSort()Akira TAGOH1-0/+7
2013-03-01Fix a crash when the object is non-builtin objectAkira TAGOH1-1/+2