summaryrefslogtreecommitdiff
path: root/src/sfntfont.h
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-01-08 15:43:09 +0800
committerPo Lu <luangruo@yahoo.com>2023-01-08 15:43:09 +0800
commitee256d1e25b8ab080a2715c5fc792fee516e83d1 (patch)
treec1df5a4864de6a6640cbbb1f33e52432c45048ea /src/sfntfont.h
parent1584a58efd63d6806dbff51adcbfec054533b316 (diff)
downloademacs-ee256d1e25b8ab080a2715c5fc792fee516e83d1.tar.gz
Check in new files
* src/sfnt.h: * src/sfntfont-android.c: * src/sfntfont.c: * src/sfntfont.h: New files.
Diffstat (limited to 'src/sfntfont.h')
-rw-r--r--src/sfntfont.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/sfntfont.h b/src/sfntfont.h
new file mode 100644
index 00000000000..3ce60f83984
--- /dev/null
+++ b/src/sfntfont.h
@@ -0,0 +1,26 @@
+/* sfnt format font driver for GNU Emacs.
+
+Copyright (C) 2023 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs. If not, write to the Free Software Foundation,
+Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+
+#ifndef _SFNTFONT_H_
+#define _SFNTFONT_H_
+
+extern int sfnt_enum_font (const char *);
+
+#endif /* _SFNTFONT_H_ */