summaryrefslogtreecommitdiff
path: root/pango/pangocairo-win32font.c
Commit message (Expand)AuthorAgeFilesLines
* pangocairo-win32font.c: Work around Cairo API becoming C++Chun-wei Fan2023-05-101-0/+13
* pangocairo-win32font.c: Drop an unused variableChun-wei Fan2022-12-231-1/+0
* PangoCairo: Create cairo_font_face_t using DirectWriteChun-wei Fan2022-09-261-0/+26
* PangoWin32: Implement is_hinted on Windows using DirectWriteChun-wei Fan2022-09-261-0/+1
* Revert "Drop cairo metrics implementation"Khaled Hosny2019-08-141-0/+1
* Drop cairo metrics implementationMatthias Clasen2019-08-121-1/+0
* cairo win32: Set height in font metricsMatthias Clasen2019-07-161-4/+3
* Remove unused codeBehdad Esfahbod2013-03-151-25/+1
* Revert "Fix Win32 and CoreText cairo backends to take cairo CTM into account"Behdad Esfahbod2013-03-041-3/+0
* Fix Win32 and CoreText cairo backends to take cairo CTM into accountBehdad Esfahbod2012-12-051-0/+3
* [cairo] Refactor common code in create_metrics_for_context()Behdad Esfahbod2010-05-041-25/+6
* Remove desc argument from _pango_cairo_font_private_initialize(). ReplaceBehdad Esfahbod2009-01-281-1/+1
* Remove context argument from _pango_cairo_font_private_initialize().Behdad Esfahbod2009-01-281-1/+2
* Bug 563356 – The input area of firefox and the blank width after text inBehdad Esfahbod2008-12-061-1/+1
* Bug 562574 – Pangocariowin32 is leaking every cairo font it ever createsBehdad Esfahbod2008-11-281-1/+5
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-2/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 485536 – underline_position can be zeroBehdad Esfahbod2007-11-301-0/+3
* Add is_synthetic field.Tor Lillqvist2007-06-121-269/+45
* pango/pangowin32-private.h pango/pangowin32.c pango/pangowin32-fontcache.cTor Lillqvist2007-03-101-5/+5
* This change was supposed to go in the trunk before 1.16.0, but it didn'tTor Lillqvist2007-02-271-18/+5
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-8/+8
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-36/+36
* Use pango_layout(_iter)?_get_line_readonly() instead ofBehdad Esfahbod2007-01-161-1/+1
* not only handle PANGO_GLYPH_EMPTY but also PANGO_GLYPH_UNKNOWN_FLAG. TheHans Breuer2006-06-051-1/+10
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-221-3/+25
* New function pango_font_describe_with_absolute_size().Behdad Esfahbod2006-05-221-1/+1
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Fix blurred underlines on Win32 (#332656):Tor Lillqvist2006-03-311-0/+5
* return TRUE to glyphs rendered at all (instead of box). This may beHans Breuer2006-02-251-0/+2
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-2/+2
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Remove pango.modules on uninstall. (bug #328869)Behdad Esfahbod2006-01-271-2/+2
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-141-0/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Move the calculation of dpi and size earlier. Use the size variable instadTor Lillqvist2005-09-221-20/+16
* Use identical glyph extents cacheing as in pangocairo-fcfont.c. HugeTor Lillqvist2005-09-141-24/+77
* Have a list of metrics by language instead of just one metrics.Tor Lillqvist2005-09-141-34/+143
* updatedHans Breuer2005-07-301-1/+1
* Fix mixed code and declarations (#311626, Kazuki IWAMOTO)Owen Taylor2005-07-261-1/+1
* Set font options as well.Owen Taylor2005-07-251-2/+3
* configure.in Fix a few typos that prevented build on Win32.Tor Lillqvist2005-07-251-2/+2
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-211-4/+22
* Update for cairo API change. (pango_cairo_win32_font_get_metrics): Fix x/yOwen Taylor2005-05-121-2/+2
* Correct parameters passed to MultiByteToWideChar(). Pass -1 as sourceTor Lillqvist2005-04-281-2/+2
* Test for renamed cairo_win32_scaled_font_select_font().Owen Taylor2005-04-071-41/+25
* Update to new Cairo font API.Owen Taylor2005-04-071-34/+70
* variable declaration on the start of the block, not C99 everywhere.Hans Breuer2005-04-031-1/+1
* Set win32font->logfont. (How was this working at all?)Owen Taylor2005-03-181-0/+5
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-0/+313