comparison src/w32font.h @ 93594:46b8fe649bbc

(uniscribe_check_otf): Declare.
author Jason Rumney <jasonr@gnu.org>
date Thu, 03 Apr 2008 12:28:57 +0000
parents a371504924ef
children 0fecf07dfe3c
comparison
equal deleted inserted replaced
93593:a7650f02771e 93594:46b8fe649bbc
60 int w32font_text_extents P_ ((struct font *font, unsigned *code, int nglyphs, 60 int w32font_text_extents P_ ((struct font *font, unsigned *code, int nglyphs,
61 struct font_metrics *metrics)); 61 struct font_metrics *metrics));
62 int w32font_draw P_ ((struct glyph_string *s, int from, int to, 62 int w32font_draw P_ ((struct glyph_string *s, int from, int to,
63 int x, int y, int with_background)); 63 int x, int y, int with_background));
64 64
65
66 int uniscribe_check_otf P_ ((LOGFONT *font, Lisp_Object otf_spec));
67
65 #endif 68 #endif
66 69
67 /* arch-tag: ef9d9675-a2a5-4d01-9526-815e9a3da7cb 70 /* arch-tag: ef9d9675-a2a5-4d01-9526-815e9a3da7cb
68 (do not change this comment) */ 71 (do not change this comment) */