comparison src/macterm.c @ 59586:2f6084ef9fec

(syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
author Kim F. Storm <storm@cua.dk>
date Sun, 16 Jan 2005 19:15:06 +0000
parents 48285e3eb00e
children 369714ad80ed
comparison
equal deleted inserted replaced
59585:48285e3eb00e 59586:2f6084ef9fec
6796 } 6796 }
6797 font->min_bounds.width = min_width; 6797 font->min_bounds.width = min_width;
6798 font->max_bounds.width = max_width; 6798 font->max_bounds.width = max_width;
6799 } 6799 }
6800 } 6800 }
6801 6801
6802 TextFont (old_fontnum); /* restore previous font number, size and face */ 6802 TextFont (old_fontnum); /* restore previous font number, size and face */
6803 TextSize (old_fontsize); 6803 TextSize (old_fontsize);
6804 TextFace (old_fontface); 6804 TextFace (old_fontface);
6805 6805
6806 return font; 6806 return font;
9922 Toolbox for processing before Emacs sees it. */); 9922 Toolbox for processing before Emacs sees it. */);
9923 Vmac_pass_control_to_system = Qt; 9923 Vmac_pass_control_to_system = Qt;
9924 #endif 9924 #endif
9925 9925
9926 DEFVAR_LISP ("mac-allow-anti-aliasing", &Vmac_use_core_graphics, 9926 DEFVAR_LISP ("mac-allow-anti-aliasing", &Vmac_use_core_graphics,
9927 doc: /* If non-nil, the text will be rendered using Core Graphics text rendering which may anti-alias the text. */); 9927 doc: /* If non-nil, allow anti-aliasing.
9928 The text will be rendered using Core Graphics text rendering which
9929 may anti-alias the text. */);
9928 Vmac_use_core_graphics = Qnil; 9930 Vmac_use_core_graphics = Qnil;
9929 9931
9930 DEFVAR_INT ("mac-keyboard-text-encoding", &mac_keyboard_text_encoding, 9932 DEFVAR_INT ("mac-keyboard-text-encoding", &mac_keyboard_text_encoding,
9931 doc: /* One of the Text Encoding Base constant values defined in the 9933 doc: /* One of the Text Encoding Base constant values defined in the
9932 Basic Text Constants section of Inside Macintosh - Text Encoding 9934 Basic Text Constants section of Inside Macintosh - Text Encoding