Mercurial > emacs
view src/point.h @ 106201:01190029e5d3
Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.
* xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
because that is what Gtk+ font dialog understands.
* font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
of Fcopy_sequence.
(font_open_by_name): Put name given into QCname for font-object returned.
* frame.c (x_set_font): Save original font name as frame parameter
font-parameter.
* xsettings.c (set_default_xft_settings): New function.
(init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
is found.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Mon, 23 Nov 2009 08:55:08 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
line wrap: on
line source
#define point_width 5 #define point_height 19 static char point_bits[] = { 0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f}; /* arch-tag: a8dad510-7254-4964-b71e-bb6f81cce572 (do not change this comment) */