summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* (Qascii_0): New variable.Kenichi Handa2008-06-091-4/+11
* (Ffont_put): Don't use font_parse_family_registry forKenichi Handa2008-06-051-7/+1
* (Ffont_spec): Don't use font_parse_family_registry forKenichi Handa2008-06-051-5/+0
* (font_prop_validate_spacing): Fix last change.Andreas Schwab2008-06-031-1/+1
* (font_parse_fcname): Fix handling of unknown key.Kenichi Handa2008-06-031-2/+4
* (font_prop_validate_spacing): Handle uppercase symbols.Kenichi Handa2008-06-031-8/+13
* (font_pixel_size): Don't take cdr of an integer.Chong Yidong2008-06-021-1/+1
* (font_find_for_lface): Handle float font size.Kenichi Handa2008-06-021-12/+11
* (font_list_entities): Fix the car part of data to beKenichi Handa2008-05-311-0/+3
* (Ffont_info): Define only if HAVE_WINDOW_SYSTEM isKenichi Handa2008-05-301-0/+5
* (font_style_to_value, font_score): Delete casting of theKenichi Handa2008-05-301-9/+80
* (font_parse_family_registry): Use Ffont_put to validateKenichi Handa2008-05-281-9/+4
* (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)Kenichi Handa2008-05-251-4/+11
* Don't include strings.h.Jason Rumney2008-05-221-1/+0
* * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-4/+5
* (font_style_to_value, font_score): Use xstricmp.Jason Rumney2008-05-221-4/+4
* (font_prop_validate_style): Adjusted for the formatKenichi Handa2008-05-221-3/+6
* *** empty log message ***Kenichi Handa2008-05-221-1/+1
* Checking of FONT_DEBUG is moved to font.h. All calls ofKenichi Handa2008-05-221-161/+262
* (syms-of-font) <font-encoding-alist>:Juanma Barranquero2008-05-201-18/+18
* (Vfont_encoding_alist, find_font_encoding): Moved fromKenichi Handa2008-05-201-2/+63
* (font_list_entities): Fix handling of cache.Kenichi Handa2008-05-191-5/+7
* (font_find_for_lface): Reflect LFACE_FONT in the fontKenichi Handa2008-05-151-0/+8
* (font_clear_cache): Check if the cached vector of entities is nilKenichi Handa2008-05-141-1/+1
* (font_prop_validate): Make nil a valid value.Kenichi Handa2008-05-141-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Include <strings.h>.Kenichi Handa2008-05-141-1089/+1265
* (Ffont_match_p): Don't use `iff' in docstring.Juanma Barranquero2008-05-081-1/+1
* (font_prop_validate): Signal `error' instead of `font'.Kenichi Handa2008-04-271-2/+1
* (font_unparse_fcname): Increase len when style is a symbol.Jason Rumney2008-03-011-2/+3
* * 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