summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-10[FreeType] Remove "UNSUPPORTED" show_glyphs stub and NULL its entryBehdad Esfahbod1-18/+1
2006-12-08[FreeType] Do not return large structs from functionsBehdad Esfahbod1-12/+13
2006-11-22Replace existing rounding code with _cairo_lroundDaniel Amelang1-2/+2
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+3
2006-09-01bug 8104: Eliminate unused variables. Replicate assert statement to identify ...Carl Worth1-7/+2
2006-08-15[FreeType] Use _cairo_ft_scaled_font_is_vertical where appropriateBehdad Esfahbod1-2/+2
2006-08-15[FreeType] Fix vertical metrics adjustment to work with non-identity shapesBehdad Esfahbod1-11/+18
2006-08-15[FreeType] Fix comment about font coordinateBehdad Esfahbod1-2/+1
2006-08-10Remove the ft_load_sfnt_table check from PS/PDF/SVG backendsBehdad Esfahbod1-0/+3
2006-08-08[FreeType] Unset and set to FC_RGBA_NONE the FC_RGBA attribute on patternBehdad Esfahbod1-1/+3
2006-08-08Restructure subpixel_order handling such that the code doesn't look suspicious!Behdad Esfahbod1-5/+10
2006-08-08[fontconfig] Set FC_RGBA_NONE on the pattern if we don't want subpixel.Behdad Esfahbod1-0/+2
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth1-0/+5
2006-08-07Add -Wswitch-enum compiler flag and fix all trivial warningsCarl Worth1-0/+5
2006-08-03Use base pointer to avoid compiler warning.Carl Worth1-1/+1
2006-08-03Fail FreeType load_truetype_table on vertical fonts as we don't do itBehdad Esfahbod1-0/+3
2006-08-02Remove freetype dependency for truetype subsetting code.Adrian Johnson1-0/+26
2006-06-29Skip TrueType font output for PS/PDF until it handles vertical layout.Keith Packard1-1/+15
2006-06-25Remove comment which had been incorrectly copiedCarl Worth1-15/+1
2006-06-20ft-font: Use compile-time test (WORDS_BIGENDIAN) rather than run-time functio...Carl Worth1-9/+2
2006-06-20Add new CAIRO_BITSWAP8 macro for swapping the bits within a byte.Carl Worth1-6/+3
2006-06-19freetype: Don't ignore antialias in some cases.Jinghua Luo1-28/+29
2006-06-19freetype: Compare all elements in ft_options but not use memcmp.Jinghua Luo1-1/+3
2006-06-18freetype: Clear target mode correctly in _cairo_ft_options_merge.Jinghua Luo1-1/+1
2006-06-18freetype: Fix warnings in _decompose_glyph_outline.Jinghua Luo1-4/+4
2006-06-18freetype: cleanup _cairo_ft_scaled_glyph_init.Jinghua Luo1-14/+18
2006-06-18freetype: Respect configurations in font pattern.Jinghua Luo1-103/+129
2006-06-14ft: If glyph->format is not OUTLINE use _render_glyph_bitmap to coerce to a b...Carl Worth1-4/+3
2006-06-14freetype: Return an error if the glyph format isn't outline or bitmapJinghua Luo1-2/+2
2006-06-13Change return type of _cairo_scaled_glyph_lookup to allow UNSUPPORTED.Carl Worth1-2/+2
2006-06-11freetype: build fix for _transform_glyph_bitmap.Jinghua Luo1-5/+4
2006-06-11ignore FC_MATRIX in font pattern.Jinghua Luo1-10/+1
2006-06-11freetype: rework _transform_glyph_bitmap.Jinghua Luo1-25/+33
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-6/+6
2006-06-09Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...Carl Worth1-4/+4
2006-06-09freetype: Ignore global advance unconditionally.Jinghua Luo1-0/+3
2006-06-08freetype: Fix for test case ft-text-vertial-layout.Jinghua Luo1-33/+97
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-17/+17
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth1-1/+1
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-11/+11
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-98/+98
2006-05-15Documentation fixes (cairo_font_create -> cairo_scaled_font_create).Kristian Høgsberg1-8/+10
2006-04-25Support fontconfig embeddedbitmap option/handle transformation issue as well.Zhe Su1-3/+21
2006-03-22Make all hash/cache keys_equal function accept const pointers.Carl Worth1-6/+6
2006-03-01Revert "Remove ft-font's usage of device offset surface fields for storing be...Vladimir Vukicevic1-1/+21
2006-02-28Remove ft-font's usage of device offset surface fields for storing bearingsVladimir Vukicevic1-21/+1
2006-02-27Implement cairo_scaled_font_get_typeCarl Worth1-0/+1
2006-02-24Implement cairo_font_face_get_type.Carl Worth1-0/+1
2006-02-16Normalize indentation after previous commit.Carl Worth1-157/+155