summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust emboldening logicBehdad Esfahbod2017-09-201-3/+3
* Fix range comparision operators implementationBehdad Esfahbod2017-09-201-7/+6
* Add separate match compare function for sizeBehdad Esfahbod2017-09-202-1/+51
* [fc-match/fc-list/fc-query/fc-scan] Add --brief that is like --verbose withou...Behdad Esfahbod2017-09-204-16/+66
* [fc-query] Remove --ignore-blanks / -bBehdad Esfahbod2017-09-201-15/+5
* In RenderPrepare(), handle ranges smartlyBehdad Esfahbod2017-09-201-14/+37
* [varfonts] Fetch optical-size for named instancesBehdad Esfahbod2017-09-201-1/+4
* [varfonts] Query variable font in FcFreeTypeQueryAll()Behdad Esfahbod2017-09-201-2/+4
* Fix instance-num handling in collectionsBehdad Esfahbod2017-09-201-1/+1
* [varfonts] Query varfonts if id >> 16 == 0x8000Behdad Esfahbod2017-09-201-14/+69
* [varfonts] Change FC_WEIGHT and FC_WIDTH into rangesBehdad Esfahbod2017-09-201-2/+2
* Print ranges as closed as opposed to half-openBehdad Esfahbod2017-09-202-3/+3
* [varfonts] Change id argument in FcFreeTypeQuery* to unsigned intBehdad Esfahbod2017-09-204-16/+16
* [varfonts] Add FC_VARIABLEBehdad Esfahbod2017-09-205-0/+7
* [varfonts] Add FC_FONT_VARIATIONSBehdad Esfahbod2017-09-202-0/+2
* IndentBehdad Esfahbod2017-09-201-15/+15
* Check instance-index before accessing arrayBehdad Esfahbod2017-09-201-2/+5
* In FcSubstituteDefault(), handle size rangeBehdad Esfahbod2017-09-201-1/+8
* Rewrite FcCompareRange()Behdad Esfahbod2017-09-201-19/+20
* Rename FcCompareSizeRange() to FcCompareRange()Behdad Esfahbod2017-09-202-3/+3
* Remove FcCompareSize()Behdad Esfahbod2017-09-202-35/+1
* Accept NULL in for spacing in FcFreeTypeCharSetAndSpacing()Behdad Esfahbod2017-09-201-13/+16
* Document FcFreeTypeQueryAll()Behdad Esfahbod2017-09-201-2/+29
* build: Remove references to deleted fileFlorian Müllner2017-09-161-2/+0
* conf.d: Drop aliases for (URW)++ fontsDavid Kaspar [Dee'Kej]2017-09-142-59/+3
* und_zsye.orth: polish to get for NotoEmoji-Regular.ttfAkira TAGOH2017-09-141-2/+2
* Add FcFreeTypeQueryAll()Behdad Esfahbod2017-09-126-133/+114
* Merge branch 'faster'Behdad Esfahbod2017-09-1223-1586/+180
|\
| * Update documentation for removal of blanksBehdad Esfahbod2017-09-124-19/+29
| * MinorBehdad Esfahbod2017-09-121-11/+10
| * Call FT_Get_Advance() only as long as we need to determine font width typeBehdad Esfahbod2017-09-121-11/+12
| * Inline FcFreeTypeCheckGlyph()Behdad Esfahbod2017-09-121-36/+28
| * Simplify advance-width calculationsBehdad Esfahbod2017-09-121-21/+13
| * Use inline functions instead of macros for a couple of thingsBehdad Esfahbod2017-09-122-5/+7
| * Use multiplication instead of divisionBehdad Esfahbod2017-09-121-1/+1
| * Remove unneeded checkBehdad Esfahbod2017-09-121-5/+1
| * Move variables to narrower scope and indentBehdad Esfahbod2017-09-121-60/+58
| * Mark more parameters FC_UNUSEDBehdad Esfahbod2017-09-122-9/+9
| * Remove blanks support from fc-scanBehdad Esfahbod2017-09-122-27/+5
| * Remove blanks facility from the libraryBehdad Esfahbod2017-09-1212-578/+46
| * Remove fc-glyphnameBehdad Esfahbod2017-09-127-600/+1
| * Remove unused variableBehdad Esfahbod2017-09-121-7/+0
| * Remove use of psnames for charset constructionBehdad Esfahbod2017-09-121-179/+0
| * Remove check that cannot failBehdad Esfahbod2017-09-121-18/+0
| * Remove a few unused blanks parametersBehdad Esfahbod2017-09-121-4/+4
| * Remove unnecessary checkBehdad Esfahbod2017-09-121-5/+2
| * Minor: adjust debug outputBehdad Esfahbod2017-09-121-2/+2
| * Add back code for choosing strike, and cleanupBehdad Esfahbod2017-09-121-27/+19
| * Check for non-empty outline for U+0000..U+001FBehdad Esfahbod2017-09-121-0/+12
| * Don't even check loca for glyph outline detectionBehdad Esfahbod2017-09-121-102/+7