/[emacs]/emacs/src/fontset.c
ViewVC logotype

Diff of /emacs/src/fontset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.74 by handa, Thu Feb 20 08:40:35 2003 UTC revision 1.75 by handa, Thu Feb 20 12:42:39 2003 UTC
# Line 973  check_fontset_name (name) Line 973  check_fontset_name (name)
973    return FONTSET_FROM_ID (id);    return FONTSET_FROM_ID (id);
974  }  }
975    
976  DEFUN ("set-fontset-font", Fset_fontset_font, Sset_fontset_font, 3, 4, 0,  DEFUN ("set-fontset-font", Fset_fontset_font Sset_fontset_font, 3, 4, 0,
977         doc: /* Modify fontset NAME to use FONTNAME for CHARACTER.         doc: /* Modify fontset NAME to use FONTNAME for CHARACTER.
978    
979    If NAME is nil, modify the default fontset.
980  CHARACTER may be a cons; (FROM . TO), where FROM and TO are  CHARACTER may be a cons; (FROM . TO), where FROM and TO are
981  non-generic characters.  In that case, use FONTNAME  non-generic characters.  In that case, use FONTNAME
982  for all characters in the range FROM and TO (inclusive).  for all characters in the range FROM and TO (inclusive).
# Line 1251  accumulate_font_info (arg, character, el Line 1252  accumulate_font_info (arg, character, el
1252    
1253  DEFUN ("fontset-info", Ffontset_info, Sfontset_info, 1, 2, 0,  DEFUN ("fontset-info", Ffontset_info, Sfontset_info, 1, 2, 0,
1254         doc: /* Return information about a fontset named NAME on frame FRAME.         doc: /* Return information about a fontset named NAME on frame FRAME.
1255    If NAME is nil, return information about the default fontset.
1256  The value is a vector:  The value is a vector:
1257    [ SIZE HEIGHT ((CHARSET-OR-RANGE FONT-SPEC OPENED ...) ...) ],    [ SIZE HEIGHT ((CHARSET-OR-RANGE FONT-SPEC OPENED ...) ...) ],
1258  where,  where,
# Line 1369  If FRAME is omitted, it defaults to the Line 1371  If FRAME is omitted, it defaults to the
1371    
1372  DEFUN ("fontset-font", Ffontset_font, Sfontset_font, 2, 2, 0,  DEFUN ("fontset-font", Ffontset_font, Sfontset_font, 2, 2, 0,
1373         doc: /* Return a font name pattern for character CH in fontset NAME.         doc: /* Return a font name pattern for character CH in fontset NAME.
1374  If NAME is t, find a font name pattern in the default fontset.  */)  If NAME is nil, find a font name pattern in the default fontset.  */)
1375       (name, ch)       (name, ch)
1376       Lisp_Object name, ch;       Lisp_Object name, ch;
1377  {  {

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26