summaryrefslogtreecommitdiff
path: root/src/ftfont.c
Commit message (Expand)AuthorAgeFilesLines
* (ftfont_driver): Set the member get_variation_glyphs toKenichi Handa2008-12-301-28/+108
* (ftfont_open): Genarate a multibyte string if givenKenichi Handa2008-12-191-2/+2
* (fc_charset_table): Add "unicode-sip".Kenichi Handa2008-12-101-2/+2
* (ftfont_shape_by_flt): Use "combining" flt if theKenichi Handa2008-12-051-1/+2
* (ftfont_list_family): Initialize list var earlier.Chong Yidong2008-12-031-2/+1
* (ftfont_resolve_generic_family): Avoid using uninitialized var.Chong Yidong2008-12-031-1/+1
* (ftfont_match): Initialize entity variable.Chong Yidong2008-12-031-1/+1
* (ftfont_otf_features): Fix previous change.Kenichi Handa2008-10-241-3/+5
* (ftfont_otf_features): Fix indexingKenichi Handa2008-10-171-2/+5
* * ftfont.c (ftfont_shape_by_flt): Make static.Andreas Schwab2008-10-121-1/+1
* (ftfont_shape_by_flt): Downcase family name.Kenichi Handa2008-09-171-1/+1
* (ftfont_shape_by_flt): Use "combining" FLT for ASCII characters.Kenichi Handa2008-09-091-1/+7
* (ftfont_spec_pattern): Don't create a charset of theKenichi Handa2008-09-011-6/+37
* Include composite.h.Kenichi Handa2008-08-291-2/+12
* *** empty log message ***Kenichi Handa2008-07-211-2/+4
* (ftfont_resolve_generic_family): Remove foundry fromAndreas Schwab2008-07-101-0/+1
* (ftfont_text_extents): Fix initial setting of metrics.Kenichi Handa2008-07-091-2/+13
* (struct ftfont_info): New member index, delete memberKenichi Handa2008-07-091-143/+273
* (fc_charset_table): New member lang.Kenichi Handa2008-06-301-46/+65
* (ftfont_pattern_entity): New arg extra. Caller changed.Kenichi Handa2008-06-191-14/+13
* (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".Kenichi Handa2008-06-111-0/+2
* (ftfont_pattern_entity): Adjusted for the change of font_intern_prop.Kenichi Handa2008-06-101-2/+2
* (ftfont_spec_pattern): Accept the registry `ascii-0'.Kenichi Handa2008-06-091-1/+28
* Fix typo in comment.Juanma Barranquero2008-06-011-11/+11
* (ftfont_font_format): Don't use strcasestr.Kenichi Handa2008-05-311-8/+14
* (ftfont_spec_pattern): Don't set FC_SPACING to pattern.Kenichi Handa2008-05-281-7/+14
* (ftfont_spec_pattern): Free charset if necessary.Kenichi Handa2008-05-231-0/+1
* (ftfont_resolve_generic_family): Renamed fromKenichi Handa2008-05-221-101/+83
* (cs_iso8859_1): Deleted.Kenichi Handa2008-05-191-136/+205
* (ftfont_list): Downcase family name to check generic families.Kenichi Handa2008-05-151-0/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (ftfont_pattern_entity): Argument FRAME removed. MakeKenichi Handa2008-05-141-331/+330
* (ftfont_get_open_type_spec): Check spec->script, not val.Jason Rumney2008-04-031-1/+1
* (ftfont_pattern_entity): Fix aliasing violations.Andreas Schwab2008-03-021-3/+3
* (ftfont_match): Explicitly set pixelsize in pattern.Kenichi Handa2008-02-281-0/+8
* (ftfont_shape): Return Lispy number.Kenichi Handa2008-02-161-2/+2
* (ftfont_open): Fix previous change.Kenichi Handa2008-02-071-1/+1
* (ftfont_open): Fix calculation of font->font.averange_width.Kenichi Handa2008-02-061-0/+1
* Update copyright years and GPL version.Glenn Morris2008-02-061-3/+3
* (ftfont_driver): Set ftfont_shape in ftfont_driver onlyKenichi Handa2008-01-071-3/+3
* (ftfont_drive_otf): Fix setting of FROM and TO slots ofKenichi Handa2007-12-271-9/+36
* (ftfont_encode_char): Use the macro FONT_INVALID_CODE.Kenichi Handa2007-12-251-1/+6
* (ftfont_get_cache): Adjust the argument type.Kenichi Handa2007-12-181-3/+3
* (struct OpenTypeSpec): Members script_tag renamed toKenichi Handa2007-12-091-12/+22
* (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.Kenichi Handa2007-12-061-8/+8
* (struct OpenTypeSpec): New struct.Kenichi Handa2007-12-051-5/+5
* (struct OpenTypeSpec): New struct.Kenichi Handa2007-12-051-22/+123
* (ftfont_open): Set members maybe_otf and otf ofKenichi Handa2007-12-031-0/+2
* Don't include Freetype headers. Include "ftfont.h".Kenichi Handa2007-12-011-14/+552
* (ftfont_get_bitmap): Set bitmap->bits_per_pixel.Kenichi Handa2007-11-191-0/+9