summaryrefslogtreecommitdiff
path: root/pango/pangocairo-win32font.c
Commit message (Expand)AuthorAgeFilesLines
* 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