comparison src/objects.h @ 3094:ad2f4ae9895b

[xemacs-hg @ 2005-11-26 11:45:47 by stephent] Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 26 Nov 2005 11:46:25 +0000
parents 61855263cb07
children 98af8a976fc3
comparison
equal deleted inserted replaced
3093:769dc945b085 3094:ad2f4ae9895b
56 #define wrap_font_instance(p) wrap_record (p, font_instance) 56 #define wrap_font_instance(p) wrap_record (p, font_instance)
57 #define FONT_INSTANCEP(x) RECORDP (x, font_instance) 57 #define FONT_INSTANCEP(x) RECORDP (x, font_instance)
58 #define CHECK_FONT_INSTANCE(x) CHECK_RECORD (x, font_instance) 58 #define CHECK_FONT_INSTANCE(x) CHECK_RECORD (x, font_instance)
59 #define CONCHECK_FONT_INSTANCE(x) CONCHECK_RECORD (x, font_instance) 59 #define CONCHECK_FONT_INSTANCE(x) CONCHECK_RECORD (x, font_instance)
60 60
61 EXFUN (Fmake_font_instance, 3); 61 EXFUN (Fmake_font_instance, 4);
62 EXFUN (Ffont_instance_name, 1); 62 EXFUN (Ffont_instance_name, 1);
63 EXFUN (Ffont_instance_p, 1); 63 EXFUN (Ffont_instance_p, 1);
64 EXFUN (Ffont_instance_truename, 1); 64 EXFUN (Ffont_instance_truename, 1);
65 EXFUN (Ffont_instance_charset, 1);
65 66
66 extern Lisp_Object Vthe_null_font_instance; 67 extern Lisp_Object Vthe_null_font_instance;
67 68
68 void set_font_attached_to (Lisp_Object obj, Lisp_Object face, 69 void set_font_attached_to (Lisp_Object obj, Lisp_Object face,
69 Lisp_Object property); 70 Lisp_Object property);