diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-04-03 12:28:57 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-04-03 12:28:57 +0000 |
commit | 164ce7fab306e1d10e8be4a8d192adc0a99bfc67 (patch) | |
tree | 9053eb3f8b2a834f624f3cc88594eaeef216f4b9 /src/w32font.h | |
parent | b7612703dc22e2ef938c7578ff864dd009f18ccb (diff) | |
download | emacs-164ce7fab306e1d10e8be4a8d192adc0a99bfc67.tar.gz |
(uniscribe_check_otf): Declare.
Diffstat (limited to 'src/w32font.h')
-rw-r--r-- | src/w32font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32font.h b/src/w32font.h index c1ad1f2e728..9bd7546e057 100644 --- a/src/w32font.h +++ b/src/w32font.h @@ -62,6 +62,9 @@ int w32font_text_extents P_ ((struct font *font, unsigned *code, int nglyphs, int w32font_draw P_ ((struct glyph_string *s, int from, int to, int x, int y, int with_background)); + +int uniscribe_check_otf P_ ((LOGFONT *font, Lisp_Object otf_spec)); + #endif /* arch-tag: ef9d9675-a2a5-4d01-9526-815e9a3da7cb |