summaryrefslogtreecommitdiff
path: root/src/win32/cairo-win32-font.c
Commit message (Expand)AuthorAgeFilesLines
* win32 font is very small if the lfHeight of HFONT is exactly -sizeFujii Hironori2023-03-031-1/+1
* DWrite: Don't convert subpixel antialiasing to grayscaleFujii Hironori2023-02-091-4/+4
* Documentation fixesAdrian Johnson2023-01-151-1/+0
* Defining Windows version macros in meson.buildFujii Hironori2023-01-131-9/+0
* Fix the scaled_glyph_init color glyph logicAdrian Johnson2022-04-251-0/+6
* DWrite font docsAdrian Johnson2022-03-051-1/+5
* Import win32 dwrite font backend fromAdrian Johnson2022-02-271-3/+3
* Merge branch 'master' into color-font-foreground-colorAdrian Johnson2021-09-171-222/+1
|\
| * Fix some MinGW warningsAdrian Johnson2021-09-021-221/+1
* | Support color fonts that use the foreground colorAdrian Johnson2021-08-281-1/+3
|/
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-1/+1
* Fix undefined left-shiftsHeiko Lewin2021-03-311-1/+1
* win32: Make font dc thread localYongsu Park2020-03-111-1/+17
* win32: Fix regression with text containing space characterBryce Harrington2018-10-171-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-5/+5
* subsetting: support variable fontsAdrian Johnson2017-05-281-5/+7
* win32: check if GetTextMetrics failedPatrick Fritzsch2015-11-131-2/+8
* win32: Reorder font declarations to be in natural orderChris Wilson2013-10-061-47/+43
* font: Push the last reference dec into the backend->destroy() callbackChris Wilson2013-09-171-3/+4
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+14
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-2/+2
* win32: Remove obsolete font rendering routinesChris Wilson2012-03-221-187/+0
* win32: Hook up glyph creation againChris Wilson2012-03-221-19/+61
* doc: fix broken linkNis Martensen2012-03-101-1/+1
* doc: fix a few typos found by codespellNis Martensen2012-03-101-1/+1
* win32: Rebase on the new compositor infrastructureChris Wilson2012-02-151-8/+15
* win32: Move to separate directoyChris Wilson2012-02-151-0/+2437