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