aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* (font_at): Set `multibyte' at first.Kenichi Handa2008-12-031-1/+3
* Handle fonts with corrupted size specs, i.e. non-int and non-float.Chong Yidong2008-12-031-2/+5
* (Fopen_font): Compute pixel size correctly.Chong Yidong2008-12-031-1/+1
* (font_unparse_fcname): Fix use of uninitialized variable.Andreas Schwab2008-12-021-2/+1
* (register_font_driver): Use xmalloc.Andreas Schwab2008-12-011-4/+2
* (font_match_p): Fix previous change.Kenichi Handa2008-10-231-1/+1
* (font_match_p): Fix for the case that a vector ofKenichi Handa2008-10-231-7/+43
* (font_add_log): Check the values of extra properties.Kenichi Handa2008-10-231-3/+6
* (font_clear_prop): When clearing font width, clear the average widthChong Yidong2008-10-141-1/+5
* Don't include <m17n-flt.h>.Andreas Schwab2008-10-121-3/+0
* (font_delete_unmatched): Fix previous change. Don'tKenichi Handa2008-10-091-0/+2
* * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles...Adrian Robert2008-10-011-4/+2
* (font_matching_entity): Reflect ATTRS in font selection.Kenichi Handa2008-10-011-6/+18
* (Ffont_shape_gstring): Make glyphs of non-nil adjustmentKenichi Handa2008-09-101-8/+27
* (font_fill_lglyph_metrics): Use EMACS_INT in LGLYPH_SET_CODE to avoidEli Zaretskii2008-08-291-2/+5
* (QCf): New variable.Kenichi Handa2008-08-291-309/+129
* (Vfont_log_deferred): New variable.Kenichi Handa2008-08-191-0/+35
* (font_add_log): Add the font properties :script, :lang,Kenichi Handa2008-08-181-1/+22
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-7/+0
* restore ability under NS to change font size from font panel (lost during som...Adrian Robert2008-07-201-0/+15
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-1/+15
* * fontset.c (fontset_get_font_group):Stefan Monnier2008-07-091-1/+1
* (font_open_entity): Cancel the previous change.Kenichi Handa2008-07-091-6/+0
* (font_make_object): New arg entity and pixelsize.Kenichi Handa2008-07-091-22/+165
* (font_parse_fcname): Remove unused variables.Kenichi Handa2008-06-251-26/+20
* (Ffont_face_attributes): Multiply pixel size before pointJason Rumney2008-06-241-1/+1
* (font_score): Even if the PIXEL_SIZE is the same, checkKenichi Handa2008-06-241-3/+2
* (font_find_for_lface): Try the adstyle specified in the property ofKenichi Handa2008-06-221-5/+29
* (Ffont_face_attributes): Omit key-attribute pairs not defined by theChong Yidong2008-06-201-15/+30
* (font_parse_xlfd): Fix previous change.Kenichi Handa2008-06-191-45/+32
* (Ffont_face_attributes): Only define ifAndreas Schwab2008-06-181-0/+6
* (font_parse_fcname): For known key symbols, intern using correctChong Yidong2008-06-171-13/+11
* (font_parse_fcname): Store divider characters for unknown-spec list.Chong Yidong2008-06-171-3/+3
* (font_unparse_gtkname): Use EQ to compare Lisp_Objects.Stefan Monnier2008-06-161-2/+2
* (font_parse_fcname): Fix handling of unknown-spec string.Chong Yidong2008-06-161-7/+12
* (Ffont_face_attributes): Doc fix.Juanma Barranquero2008-06-161-5/+4
* (Ffont_spec): Fix usage in docstring.Juanma Barranquero2008-06-161-2/+2
* (Ffont_face_attributes): Fix definition.Andreas Schwab2008-06-161-2/+2
* (Ffont_get): Return a symbol for :weight, :slant, and :width.Kenichi Handa2008-06-161-1/+7
* Fix crashing bug in use of bold fonts from x-select-font on W32.Jason Rumney2008-06-161-12/+3
* (font_check_object): Delete it.Kenichi Handa2008-06-161-45/+17
* Tweak last change.Chong Yidong2008-06-161-3/+4
* (font_parse_fcname): Correctly parse KEY=VAL values.Chong Yidong2008-06-161-2/+2
* (font_parse_fcname): Only only one decimal point.Chong Yidong2008-06-151-14/+194
* (font_update_drivers): Fix crash when no drivers match.Andreas Schwab2008-06-151-7/+5
* * w32fns.c (Fw32_select_font): Removed old font API function.Jason Rumney2008-06-131-4/+13
* (font_find_for_lface): Fix typo of the previous change.Kenichi Handa2008-06-131-1/+1
* (font_find_for_lface): If registry is NULL, try iso8859-1 and ascii-0.Kenichi Handa2008-06-131-13/+25
* (syms_of_font) <font-weight-table, font-slant-table, font-width-table>:Juanma Barranquero2008-06-131-6/+6
* (font_score): Ignore the diffference of alias style symbols.Kenichi Handa2008-06-131-3/+2