aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (font_update_sort_order): Setting of sort_shift_bits adjusted for theKenichi Handa2008-06-131-1/+1
* (font_score): Delete arg alternate_families. Check onlyKenichi Handa2008-06-131-239/+213
* (font_parse_fcname): Fix last change; accept decimal points in fontChong Yidong2008-06-111-1/+1
* (font_parse_fcname): Accept GTK-style font names too.Chong Yidong2008-06-101-86/+217
* (font_intern_prop): New arg force_symbol.Kenichi Handa2008-06-101-19/+23
* (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