summaryrefslogtreecommitdiff
path: root/src/win32/cairo-dwrite-font.cpp
Commit message (Expand)AuthorAgeFilesLines
* DWrite: region clipping didn't work on win32 surfacesFujii Hironori2023-03-011-9/+0
* DWrite: Support antialias and subpixel order font optionsFujii Hironori2023-02-271-15/+112
* Change the workaround of MinGW dwrite_3.h problemFujii Hironori2023-02-271-2/+2
* DWrite: Inflate glyph bounds 1px vertically tooFujii Hironori2023-02-201-4/+9
* Merge branch 'issue-641-glyph-bounds' into 'master'Adrian Johnson2023-02-161-99/+31
|\
| * DWrite: clipped glyphs in win32 compositorFujii Hironori2023-02-141-99/+31
* | DWrite: glyph surfaces should take subpixel positions into accountFujii Hironori2023-02-101-16/+6
|/
* DWrite: Don't convert subpixel antialiasing to grayscaleFujii Hironori2023-02-091-37/+1
* Merge branch 'doc-fixes' into 'master'Adrian Johnson2023-02-081-7/+7
|\
| * doc: Fix dwrite gtk-doc warningsKhaled Hosny2023-02-021-7/+7
* | DWrite: More accurate glyph paths for small fontsFujii Hironori2023-02-081-29/+37
|/
* DWrite: Fix incorrect glyph metrics for negative glyph heightFujii Hironori2023-02-021-4/+8
* DWrite: Added new API to set measuring mode and rendering paramsFujii Hironori2023-02-021-20/+117
* DWrite: Removed old unused APIFujii Hironori2023-02-021-121/+2
* Merge branch 'dwrite-cpp-header' into 'master'Adrian Johnson2023-02-011-3/+5
|\
| * dwrite: create C++ dwrite headerAdrian Johnson2023-01-311-3/+5
* | Fix dwrite crash when printing dwrite toy fontAdrian Johnson2023-01-301-0/+10
|/
* Merge branch 'dwrite-custom-palette' into 'master'Adrian Johnson2023-01-271-1/+10
|\
| * dwrite: use custom palette when rendering COLRv0Adrian Johnson2023-01-261-1/+10
* | Merge branch 'dwrite-docs' into 'master'Adrian Johnson2023-01-271-1/+82
|\ \
| * | Simplify generating dwrite-fonts docsKhaled Hosny2023-01-261-1/+82
| |/
* | Add new cairo_user_scaled_font_get_foreground_source() functionAdrian Johnson2023-01-261-1/+1
|/
* [scaled-font] Clean up font-options before copyBehdad Esfahbod2023-01-191-0/+1
* DWrite: Don't call _controlfp_s with MCW_PCFujii Hironori2023-01-111-26/+12
* Pair usage of operator new[] with a corresponding delete[]Luca Bacci2022-09-031-2/+2
* Add color palette optionAdrian Johnson2022-06-171-2/+11
* dwrite: Fix incorrect rendering of some SVG fontsAdrian Johnson2022-05-081-1/+2
* Fix the scaled_glyph_init color glyph logicAdrian Johnson2022-04-251-14/+18
* Fix mingw warningAdrian Johnson2022-04-191-2/+2
* DWrite: Replace manual or missing ref counting with RefPtrAdrian Johnson2022-04-191-64/+60
* DWrite: check 'head' table as well as 'name' when comparing fontsAdrian Johnson2022-04-191-50/+123
* DWrite: ensure all private functions are staticAdrian Johnson2022-04-191-20/+20
* Dwrite glyph_path fails when the font matrix is not a positive uniform scaleAdrian Johnson2022-04-191-10/+22
* DWrite: Use twin font if default font not foundAdrian Johnson2022-04-191-1/+1
* Fix DWrite error handlingAdrian Johnson2022-04-191-41/+46
* Dwrite: implement is_synthetic()Adrian Johnson2022-04-191-3/+80
* Ensure DWrite toy fonts can not fail if font name not foundAdrian Johnson2022-03-221-2/+11
* DWrite font docsAdrian Johnson2022-03-051-2/+1
* dwrite: add color font supportAdrian Johnson2022-02-271-41/+371
* dwrite_font param is not usedAdrian Johnson2022-02-271-5/+1
* Fix dwrite toy fontsAdrian Johnson2022-02-271-9/+12
* Fix some warnings and use _cairo_malloc where applicableAdrian Johnson2022-02-271-19/+21
* Fix check doc errorsAdrian Johnson2022-02-271-7/+8
* Import win32 dwrite font backend fromAdrian Johnson2022-02-271-0/+1426