diff options
| author | Jason Rumney | 2008-04-03 12:28:57 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-04-03 12:28:57 +0000 |
| commit | 164ce7fab306e1d10e8be4a8d192adc0a99bfc67 (patch) | |
| tree | 9053eb3f8b2a834f624f3cc88594eaeef216f4b9 /src | |
| parent | b7612703dc22e2ef938c7578ff864dd009f18ccb (diff) | |
| download | emacs-164ce7fab306e1d10e8be4a8d192adc0a99bfc67.tar.gz emacs-164ce7fab306e1d10e8be4a8d192adc0a99bfc67.zip | |
(uniscribe_check_otf): Declare.
Diffstat (limited to 'src')
| -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, | |||
| 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 |