Introspection fix
[gnumeric.git] / plugins / html / font.h
blobe214d05ba205e3a976f33ace8a4cef39c1b4455a
1 /*
2 * font.h
4 * Copyright (C) 1999 Rasca, Berlin
5 * EMail: thron@gmx.de
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, see <https://www.gnu.org/licenses/>.
21 #ifndef G_PLUGIN_FONT_H_
22 #define G_PLUGIN_FONT_H_
24 #include <gnumeric.h>
26 int font_is_monospaced (GnmStyle const *mstyle);
27 int font_is_helvetica (GnmStyle const *mstyle);
28 int font_is_sansserif (GnmStyle const *mstyle);
30 #endif