X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/cd1ed48ddbbb487a40bbf2ecc55ca1d8377c1819..0a2aedfe6d650e825a50f25f972bac20d669f5cb:/src/ftfont.h diff --git a/src/ftfont.h b/src/ftfont.h index 210b634c09..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 @@ -37,6 +37,10 @@ along with GNU Emacs. If not, see . */ #endif /* HAVE_LIBOTF */ 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; #endif /* EMACS_FTFONT_H */ -