summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add checks for CairoOwen Taylor2005-01-091-34/+0
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-2/+2
* Up version to 1.7.0.Owen Taylor2004-09-241-562/+0
* Cleanups from 'sparse', #149922, Kjartan MaraasOwen Taylor2004-09-221-1/+1
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+6
* Need to export this function as a symbol if not in the header file sinceOwen Taylor2004-07-191-4/+4
* Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friendsOwen Taylor2004-07-101-10/+10
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-58/+21
* Add hinted/transform flags to the font structure to allow efficientOwen Taylor2004-07-101-53/+7
* *** empty log message ***Owen Taylor2004-06-211-1/+3
* For cleanliness, unref the fontmap if we get an error from FreeType.Owen Taylor2004-06-211-3/+15
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-111/+248
* Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR.Owen Taylor2004-02-291-1/+1
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-291-0/+23
* reverted the patch for bug #123602 since I only applied it accidentally. ISven Neumann2003-11-201-39/+8
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-011-2/+0
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-204/+17
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-021-33/+62
* removed redundant call to pango_layout_line_get_extents() (#116822).Sven Neumann2003-07-241-56/+74
* added support for rise, strikethru and shape attributes. (#109900).Sven Neumann2003-05-281-70/+97
* Fix some stupid type registration/ class size problems from last commit.Owen Taylor2003-04-151-3/+3
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-141-23/+102
* disable antialiasing if requested. Fixes bug #109370.Sven Neumann2003-04-031-13/+30
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-021-66/+21
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-18/+0
* fix a typo in the @bitmap argument description. s/line/layoutChema Celorio2003-02-161-1/+1
* Print out an informative error message and exit(1) if no fonts are found.Owen Taylor2002-12-071-5/+2
* Don't use face->generic.data to hold the size the face is currently setOwen Taylor2002-12-071-17/+11
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-061-2/+2
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-4/+4
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-161-59/+1
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-081-2/+2
* don't access the old (invalid) face pointer after loading a fallback faceSven Neumann2002-07-221-3/+3
* on Jul 15 14:56:34 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-151-7/+10
* Fix some typos.Owen Taylor2002-07-031-4/+6
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-031-46/+105
* New function to allow tweaking of FcPattern default substitution (forOwen Taylor2002-07-031-44/+0
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-041-26/+35
* pango/pangoft2-private.h calculate average_char_width andSven Neumann2002-03-261-15/+78
* Check for FT_Get_First_Char from FreeType-2.0.9.Owen Taylor2002-03-151-9/+30
* Check for errors when loading font face, fall back to sans, exit withAlex Larsson2002-02-281-7/+47
* Clean up underline drawing. Fixes segfaults.Alexander Larsson2002-01-201-20/+37
* Add glyph_cache_destroy to PangoFont. This is slightly ugly, we shouldAlexander Larsson2002-01-181-44/+152
* Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoidDarin Adler2001-12-171-1/+1
* Fix the details in clipping to the bitmap size.Alex Larsson2001-12-121-22/+20
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-101-1/+1
* pango/pangoft2-private.h Take extra parameter include_size that determinesAlex Larsson2001-11-271-2/+1
* Documentation.Matthias Clasen2001-11-261-0/+8
* Take both dpi_x and dpi_y as arguments. Doesn't currently handle dpi_xAlex Larsson2001-11-191-3/+4
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-384/+125