3 * Copyright (C) 2009 Jim Evins <evins@snaught.com>.
5 * This file is part of gLabels.
7 * gLabels 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 3 of the License, or
10 * (at your option) any later version.
12 * gLabels 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 gLabels. If not, see <http://www.gnu.org/licenses/>.
23 #include "font-history.h"
29 /*========================================================*/
31 /*========================================================*/
33 glFontHistoryModel *gl_font_history = NULL;
36 /*========================================================*/
38 /*========================================================*/
40 /*========================================================*/
41 /* Private globals. */
42 /*========================================================*/
44 /*========================================================*/
45 /* Private function prototypes. */
46 /*========================================================*/
49 /*****************************************************************************/
50 /* Initialize font history. */
51 /*****************************************************************************/
53 gl_font_history_init (void)
55 gl_font_history = gl_font_history_model_new (MAX_FONTS);
61 * Local Variables: -- emacs
63 * c-basic-offset: 8 -- emacs
64 * tab-width: 8 -- emacs
65 * indent-tabs-mode: nil -- emacs