summaryrefslogtreecommitdiff
path: root/src/fcfreetype.c
Commit message (Expand)AuthorAgeFilesLines
* Reload MM/VF metadata for each font face in font collectionmsizanoen12023-02-221-0/+14
* In fcfreetype.c, `GetScriptTags`: fix `use_of_uninitialized_value` and return...Vitaly Lysenkov2023-02-211-2/+2
* Initialize variableAkira TAGOH2021-12-091-1/+1
* Apply the change made by 23e46d1 againAkira TAGOH2021-12-091-1/+1
* Fix the issue fail to obtain the style nameAkira TAGOH2021-12-091-0/+1
* Actually skip leading spaces in style nameBen Wagner2021-12-061-2/+1
* Fix some testcase fails for 14c265a1Akira TAGOH2021-11-091-14/+23
* If a varfont has 'opsz' axis, set FC_SIZE on default instant patternBehdad Esfahbod2021-11-091-4/+19
* Fix warning about os2->achVendID cannot be NULLBen Wagner2021-10-281-1/+1
* Revert constructing fullname property from family and style propertiesAkira TAGOH2021-06-281-0/+55
* Add back fullname property at scan matching phaseAkira TAGOH2020-12-041-1/+20
* Split up a code again coming from different copyright noticeAkira TAGOH2020-09-291-49/+1
* Make sure a combination of family and familylang is availableAkira TAGOH2020-09-211-0/+5
* Add Regular style when no meta data available to guess a styleAkira TAGOH2020-09-211-5/+18
* Add fullname later once FcConfigSubstitute() is doneAkira TAGOH2020-09-161-57/+0
* Construct fullname from family and styleAkira TAGOH2020-09-161-28/+11
* Fix some typos/spelling errorsAlan Coopersmith2020-07-211-1/+1
* Add FC_ORDER property into cacheAkira TAGOH2020-05-251-0/+2
* Set name_mapping to NULL after freeingJonathan Kew2020-04-281-0/+3
* Set exact boolean value to color propertyAkira TAGOH2020-02-271-1/+1
* Fix memory leaksAkira TAGOH2020-02-191-0/+13
* Add proper fullname for named-instancesAkira TAGOH2019-12-091-1/+57
* Don't add a value for FC_FULLNAME in meta faceAkira TAGOH2019-11-281-0/+2
* Improve the performance a bitAkira TAGOH2019-08-071-39/+39
* Fix failing the check of prep table in some fontsAkira TAGOH2019-07-301-8/+15
* Add FC_FONT_HAS_HINT property to see if font has hinting or not.Akira TAGOH2019-07-291-0/+21
* Fix a memory leak in FcFreeTypeQuery*()Akira TAGOH2019-07-261-3/+8
* Add English name first into a cacheAkira TAGOH2019-07-091-1/+18
* Fix a typoAkira TAGOH2019-07-091-1/+1
* Improve the performance a bitAkira TAGOH2019-07-081-19/+26
* Fix a crash when running with FC_DEBUG=256Akira TAGOH2019-07-021-1/+1
* Fix a typo on masking face idAkira TAGOH2019-06-181-1/+1
* Fix name-table language code mapping for MongolianBehdad Esfahbod2018-10-251-3/+3
* Fix a typoAkira TAGOH2018-07-191-1/+1
* Use FT_HAS_COLORBehdad Esfahbod2018-07-161-1/+1
* Fix undefined-shift UBSAN errorsTom Anderson2018-04-161-5/+5
* Share name-mapping across instancesBehdad Esfahbod2018-03-311-6/+16
* Fix name scanningBehdad Esfahbod2018-03-311-108/+185
* Initialize an array explicitlyAkira TAGOH2018-03-021-1/+1
* Fix undefined-behavior signed shiftsBehdad Esfahbod2018-01-091-2/+2
* Use FT_Done_MM_Var if availableBehdad Esfahbod2018-01-081-0/+4
* Fix leakBehdad Esfahbod2018-01-051-0/+1
* Support FC_WIDTH as double as wellBehdad Esfahbod2018-01-041-9/+7
* Remove hack for OS/2 weights 1..9Behdad Esfahbod2018-01-041-7/+1
* Fix compiler warningsAkira TAGOH2018-01-041-2/+2
* Add FcWeightTo/FromOpenTypeDouble()Behdad Esfahbod2018-01-031-8/+8
* Remove assertBehdad Esfahbod2017-10-111-1/+2
* Require freetype >= 2.8.1Behdad Esfahbod2017-09-281-43/+0
* [varfonts] Share lang across named-instancesBehdad Esfahbod2017-09-271-10/+25
* Use binary-search for finding name table entriesBehdad Esfahbod2017-09-271-126/+141