Include window.h.
authorKenichi Handa <handa@m17n.org>
Mon, 24 Jul 2006 04:42:53 +0000 (04:42 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 24 Jul 2006 04:42:53 +0000 (04:42 +0000)
commit10d16101060a14542ce23344ef897d5b7ec81562
treec3a98557ac378540bb880764ceeb3312dc1705e8
parentfcc1aec2970a41996982af76c4acd4085846326f
Include window.h.
(font_lispy_object): New function.
(font_prepare_composition): Check LGLYPH_FORM (g) to detect the
end of valid glyph.
(font_close_object): Fix getting (struct font *).
(font_at): New function.
(Ffont_get): If FONT is a font-object, get entity from it.
(Ffont_make_gstring): Initialize elements of glyphs with nil.
(Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
range check.
(Ffont_at): New function.
(syms_of_font): Defsubr Sfont_at.
src/font.c