summaryrefslogtreecommitdiff
path: root/src/cairo-font-face-twin.c
Commit message (Expand)AuthorAgeFilesLines
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-2/+2
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-20/+11
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [twin] Initialise all propertiesChris Wilson2009-09-091-0/+2
* [ft] Substitute twin if there are no fontsChris Wilson2009-06-191-17/+58
* [twin] Reorganize matching code to better reflect the code in PangoBehdad Esfahbod2009-03-171-45/+134
* [twin] Update parsed weights and stretches from PangoBehdad Esfahbod2009-03-171-25/+39
* Use _cairo_round() instead of round()Jeff Muizelaar2009-02-101-4/+2
* make "make check" happy againChris Wilson2008-12-291-2/+4
* [twin] Micro-optimizeBehdad Esfahbod2008-12-271-1/+1
* [twin] Trivial spelling correction.Chris Wilson2008-12-271-1/+1
* [twin] Resnap margin under monospaceBehdad Esfahbod2008-12-261-1/+13
* [twin] Adjust marginsBehdad Esfahbod2008-12-261-44/+70
* [twin] Clean up hintingBehdad Esfahbod2008-12-261-47/+42
* [twin] Fix monospace for narrow glyphsBehdad Esfahbod2008-12-261-9/+14
* [twin] Cache pen and other properties on the scaled fontBehdad Esfahbod2008-12-261-69/+101
* [twin] Don't stretch penBehdad Esfahbod2008-12-261-6/+5
* [twin] Minor shufflingBehdad Esfahbod2008-12-261-61/+81
* [twin] Further reduce weightBehdad Esfahbod2008-12-261-1/+1
* [twin] Don't hint pen if hint-style is SLIGHTBehdad Esfahbod2008-12-251-2/+2
* [twin] Improve hintingBehdad Esfahbod2008-12-251-54/+36
* [twin] Disable pen hinting if hinting is offBehdad Esfahbod2008-12-251-8/+19
* [twin] Optimize hintingBehdad Esfahbod2008-12-251-6/+1
* [twin] Implement hintingBehdad Esfahbod2008-12-251-19/+129
* [twin] Reduce the weight just a bit, such that bold doesn't look as badBehdad Esfahbod2008-12-241-1/+1
* [twin] Adjust baselineBehdad Esfahbod2008-12-241-7/+4
* [twin] Remove serif settingBehdad Esfahbod2008-12-241-19/+2
* [twin] Implement small-capsBehdad Esfahbod2008-12-241-11/+16
* [twin] Implement stretchBehdad Esfahbod2008-12-241-6/+21
* [twin] Implement slantBehdad Esfahbod2008-12-241-2/+9
* [twin] Disable the serif modeBehdad Esfahbod2008-12-241-4/+4
* [twin] Implement monospaceBehdad Esfahbod2008-12-241-7/+23
* [twin] Adjust font extentsBehdad Esfahbod2008-12-231-4/+4
* [twin] Minor cleanupBehdad Esfahbod2008-12-231-4/+7
* [twin] Fix serif option parsing. Also make serif and weight do somethingBehdad Esfahbod2008-12-231-4/+16
* [twin] Add face propertiesBehdad Esfahbod2008-12-231-6/+185
* [twin] Reduce tolerance.Chris Wilson2008-11-191-0/+1
* [twin] Tweak line width.Chris Wilson2008-11-191-1/+1
* [twin-font] Make the stroke lighterBehdad Esfahbod2008-10-061-1/+1
* [twin-font] Adjust ascent/descentBehdad Esfahbod2008-09-261-3/+3
* [twin-font] Clean up font data by joining lines and closing pathsBehdad Esfahbod2008-09-251-4/+14
* Add an internal font faceBehdad Esfahbod2008-09-251-0/+199