aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* * dispextern.h (face_at_buffer_position, face_for_overlay_string)Stefan Monnier2008-02-261-1/+1
* (Ffont_spec, Ffont_at): Fix typos in docstrings.Juanma Barranquero2008-02-261-31/+31
* If the font driver doesn't have `shape' function, return Qnil.Kenichi Handa2008-02-251-40/+6
* (font_match_xlfd, font_check_xlfd_parse): New funs.Stefan Monnier2008-02-221-4/+40
* (font_unparse_xlfd): Don't ignore integer pixel size specs.Stefan Monnier2008-02-181-8/+11
* Include xterm.h.Kenichi Handa2008-02-171-31/+60
* (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings.Eli Zaretskii2008-02-161-6/+13
* Update copyright years.Glenn Morris2008-02-061-2/+2
* (check_gstring): Use them and AREF to access the vector beforeStefan Monnier2008-02-061-27/+27
* (font_find_for_lface): Fix previous change. Be sure toKenichi Handa2008-01-281-0/+4
* (font_find_for_lface): Check if the character C isKenichi Handa2008-01-281-22/+18
* (font_load_for_face): Handle the case that the font inKenichi Handa2008-01-251-0/+4
* *** empty log message ***Kenichi Handa2008-01-141-2/+5
* (Ffont_shape_text): Fix setting of `to' field of glyphs.Kenichi Handa2008-01-071-1/+1
* (Ffont_shape_text): If the font driver doesn't have aKenichi Handa2008-01-071-4/+40
* (Ffont_fill_gstring): Stop filling when a character notKenichi Handa2007-12-251-14/+30
* (Ffont_shape_text): Avoid unnecessary composition.Kenichi Handa2007-12-211-14/+26
* (font_parse_fcname): Default weight and slant to normal.Jason Rumney2007-12-201-2/+37
* (font_prepare_cache, font_finish_cache, font_get_cache): NewKenichi Handa2007-12-181-65/+169
* (Ffont_get): Fix arguments to Fassoc.Kenichi Handa2007-12-181-1/+1
* (font_at): Handle the case that the arg C is negative.Kenichi Handa2007-12-141-20/+50
* (Ffont_shape_text): Fix the return value.Kenichi Handa2007-12-061-8/+5
* (font_gstring_produce): Delete it.Kenichi Handa2007-12-031-57/+0
* (font_unparse_xlfd): If pixel_size is zero, make theKenichi Handa2007-12-031-1/+2
* * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.Kenichi Handa2007-12-011-348/+353
* (Qfontp): Remove unused symbol.Jason Rumney2007-11-231-4/+4
* (font_update_drivers): Call driver->start_for_frame andKenichi Handa2007-11-191-16/+80
* (font_prop_validate_symbol): The argument prop_index isKenichi Handa2007-11-051-63/+166
* (Ffontp): Fix docstring.Kenichi Handa2007-07-261-1/+1
* (font_pixel_size): Reverse assq_no_quit args.Jason Rumney2007-06-021-1/+1
* (font_put_extra): Expose externally.Jason Rumney2007-05-311-2/+1
* (Ffont_get): Use font driver to determine otf capability.Jason Rumney2007-05-311-1/+1
* (Ffont_get): Use font driver to determine otf capability.Jason Rumney2007-05-311-5/+4
* (check_otf_features): Define it regardless ofKenichi Handa2007-04-261-27/+27
* (struct otf_list): Delete it.Kenichi Handa2007-04-251-308/+319
* (font_at): If the window W is not on a window system,Kenichi Handa2007-04-241-0/+2
* (font_parse_xlfd): Fix the array size of `f'.Kenichi Handa2006-11-291-2/+2
* (Qopentype): New variable.Kenichi Handa2006-11-241-6/+20
* (font_unparse_fcname): Pay attention to the case thatKenichi Handa2006-10-271-1/+1
* (font_unparse_fcname): Pay attention to the case thatKenichi Handa2006-10-231-1/+1
* (Qunicode_sip): New variable.Kenichi Handa2006-10-171-1/+2
* *** empty log message ***Kenichi Handa2006-08-211-1/+1
* (font_parse_fcname): Don't change :name property of FONT.Kenichi Handa2006-08-011-129/+154
* (font_otf_capability): Fix handling of the defaultKenichi Handa2006-07-281-48/+356
* (font_unparse_fcname): Fix typo (swidth->width).Kenichi Handa2006-07-261-41/+97
* Include window.h.Kenichi Handa2006-07-241-28/+114
* (font_merge_old_spec): Treat '*' in foundry as a wildKenichi Handa2006-07-141-14/+24
* (font_find_for_lface): Code optimized.Kenichi Handa2006-07-031-43/+37
* (QCscalable, Qc, Qm, Qp, Qd): New variables.Kenichi Handa2006-06-281-431/+544
* (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.Kenichi Handa2006-06-211-12/+47