aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftfont.c
Commit message (Expand)AuthorAgeFilesLines
* Add const to array elements of font filter properties.YAMAMOTO Mitsuharu2010-11-101-2/+2
* Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-39/+4
|\
| * Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-131-39/+4
| * Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).Naohiro Aota2010-06-301-1/+1
* | ftfont.c (ftfont_check_otf): Fix previous change.Kenichi Handa2010-09-171-11/+20
* | ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB ...Kenichi Handa2010-09-161-22/+45
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-10/+6
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-6/+0
* | Convert old-style definitionsAndreas Schwab2010-07-121-33/+14
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-58/+19
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-28/+28
* | Check FC_DUAL too. For such fonts, check width one by one.Kenichi Handa2010-06-301-1/+1
|/
* ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_...Kenichi Handa2010-05-111-2/+2
* Use new features of libotf and m17n-lib if available.Kenichi Handa2010-04-231-0/+370
* Fix Myanmar OTF supportKenichi Handa2010-02-261-9/+9
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* (struct ftfont_info): New member matrix.Kenichi Handa2009-12-121-8/+40
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-3/+94
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (ftfont_spec_pattern): New arg langname. CallerKenichi Handa2009-07-141-9/+19
* (get_adstyle_property): Call font_intern_prop with 1 asKenichi Handa2009-06-261-1/+1
* Don't dereference NULL upon failed malloc and realloc.Jim Meyering2009-06-231-8/+8
* Change font_add_log to FONT_ADD_LOG.Kenichi Handa2009-06-231-2/+2
* * font.c (Qja, Qko): Move definitions here from ftfont.c.Chong Yidong2009-04-171-5/+0
* (ftfont_pattern_entity): Return a newly allocatedKenichi Handa2009-04-171-1/+8
* (Qja, Qko): Don't make them static.Kenichi Handa2009-04-161-86/+93
* (get_adstyle_property): Fix previous change.Kenichi Handa2009-04-131-0/+1
* (Qja, Qko): New variables.Kenichi Handa2009-04-131-37/+162
* (ftfont_text_extents): Fix calculation of metrics->descent.Kenichi Handa2009-04-081-3/+3
* (ftfont_open): Fix checking of the return value ofKenichi Handa2009-04-061-2/+2
* Fix previous change. Define ftfont_variation_glyphsKenichi Handa2009-03-301-6/+3
* Conditionalize prototyping and use of ftfont_variation_glyphs.Chong Yidong2009-03-291-1/+9
* Remove spurious semicolons.Juanma Barranquero2009-02-111-2/+2
* (ftfont_has_char): If the arg FONT is a font-object,Kenichi Handa2009-01-271-5/+16
* (ftfont_lookup_cache): Check the return value of FcFontList.Kenichi Handa2009-01-191-4/+5
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* (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