summaryrefslogtreecommitdiff
path: root/src/cairo-font-face-twin.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-09[twin] Initialise all propertiesChris Wilson1-0/+2
2009-06-19[ft] Substitute twin if there are no fontsChris Wilson1-17/+58
2009-03-17[twin] Reorganize matching code to better reflect the code in PangoBehdad Esfahbod1-45/+134
2009-03-17[twin] Update parsed weights and stretches from PangoBehdad Esfahbod1-25/+39
2009-02-10Use _cairo_round() instead of round()Jeff Muizelaar1-4/+2
2008-12-29make "make check" happy againChris Wilson1-2/+4
2008-12-27[twin] Micro-optimizeBehdad Esfahbod1-1/+1
2008-12-27[twin] Trivial spelling correction.Chris Wilson1-1/+1
2008-12-26[twin] Resnap margin under monospaceBehdad Esfahbod1-1/+13
2008-12-26[twin] Adjust marginsBehdad Esfahbod1-44/+70
2008-12-26[twin] Clean up hintingBehdad Esfahbod1-47/+42
2008-12-26[twin] Fix monospace for narrow glyphsBehdad Esfahbod1-9/+14
2008-12-26[twin] Cache pen and other properties on the scaled fontBehdad Esfahbod1-69/+101
2008-12-26[twin] Don't stretch penBehdad Esfahbod1-6/+5
2008-12-26[twin] Minor shufflingBehdad Esfahbod1-61/+81
2008-12-26[twin] Further reduce weightBehdad Esfahbod1-1/+1
2008-12-25[twin] Don't hint pen if hint-style is SLIGHTBehdad Esfahbod1-2/+2
2008-12-25[twin] Improve hintingBehdad Esfahbod1-54/+36
2008-12-25[twin] Disable pen hinting if hinting is offBehdad Esfahbod1-8/+19
2008-12-25[twin] Optimize hintingBehdad Esfahbod1-6/+1
2008-12-25[twin] Implement hintingBehdad Esfahbod1-19/+129
2008-12-24[twin] Reduce the weight just a bit, such that bold doesn't look as badBehdad Esfahbod1-1/+1
2008-12-24[twin] Adjust baselineBehdad Esfahbod1-7/+4
2008-12-24[twin] Remove serif settingBehdad Esfahbod1-19/+2
2008-12-24[twin] Implement small-capsBehdad Esfahbod1-11/+16
2008-12-24[twin] Implement stretchBehdad Esfahbod1-6/+21
2008-12-24[twin] Implement slantBehdad Esfahbod1-2/+9
2008-12-24[twin] Disable the serif modeBehdad Esfahbod1-4/+4
2008-12-24[twin] Implement monospaceBehdad Esfahbod1-7/+23
2008-12-23[twin] Adjust font extentsBehdad Esfahbod1-4/+4
2008-12-23[twin] Minor cleanupBehdad Esfahbod1-4/+7
2008-12-23[twin] Fix serif option parsing. Also make serif and weight do somethingBehdad Esfahbod1-4/+16
2008-12-23[twin] Add face propertiesBehdad Esfahbod1-6/+185
2008-11-19[twin] Reduce tolerance.Chris Wilson1-0/+1
2008-11-19[twin] Tweak line width.Chris Wilson1-1/+1
2008-10-06[twin-font] Make the stroke lighterBehdad Esfahbod1-1/+1
2008-09-26[twin-font] Adjust ascent/descentBehdad Esfahbod1-3/+3
2008-09-25[twin-font] Clean up font data by joining lines and closing pathsBehdad Esfahbod1-4/+14
2008-09-25Add an internal font faceBehdad Esfahbod1-0/+199