X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5df4f04cd32af723742c81095b38ae83b3c2b462..0a2aedfe6d650e825a50f25f972bac20d669f5cb:/src/ftfont.h diff --git a/src/ftfont.h b/src/ftfont.h index f4b9aa0d61..90abb45295 100644 --- a/src/ftfont.h +++ b/src/ftfont.h @@ -7,8 +7,8 @@ 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. +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 @@ -36,7 +36,11 @@ along with GNU Emacs. If not, see . */ #endif /* HAVE_M17N_FLT */ #endif /* HAVE_LIBOTF */ -#endif /* EMACS_FTFONT_H */ +extern FcCharSet *ftfont_get_fc_charset (Lisp_Object); +extern Lisp_Object ftfont_open2 (struct frame *f, + Lisp_Object entity, + int pixel_size, + Lisp_Object font_object); +extern size_t ftfont_info_size; -/* arch-tag: cec13d1c-7156-4997-9ebd-e989040c3d78 - (do not change this comment) */ +#endif /* EMACS_FTFONT_H */