~ubuntu-branches/ubuntu/trusty/gnustep-back/trusty

« back to all changes in this revision

Viewing changes to Headers/cairo/CairoFontEnumerator.h

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2008-07-02 17:19:03 UTC
  • mfrom: (1.2.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080702171903-n1potlcotage8xy0
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * CairoFontEnumerator.h
3
 
 
4
 
 * Copyright (C) 2003 Free Software Foundation, Inc.
5
 
 * August 31, 2003
6
 
 * Written by Banlu Kemiyatorn <object at gmail dot com>
7
 
 * This library is free software; you can redistribute it and/or
8
 
 * modify it under the terms of the GNU Library General Public
9
 
 * License as published by the Free Software Foundation; either
10
 
 * version 2 of the License, or (at your option) any later version.
11
 
 
12
 
 * This library 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 GNU
15
 
 * Library General Public License for more details.
16
 
 
17
 
 * You should have received a copy of the GNU Library General Public
18
 
 * License along with this library; if not, write to the Free
19
 
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
20
 
 */
21
 
 
22
 
 
23
 
#ifndef WOOM_CairoFontEnumerator_h
24
 
#define WOOM_CairoFontEnumerator_h
 
2
   CairoFontEnumerator.h
 
3
 
 
4
   Copyright (C) 2003 Free Software Foundation, Inc.
 
5
   August 31, 2003
 
6
   Written by Banlu Kemiyatorn <object at gmail dot com>
 
7
 
 
8
   This file is part of GNUstep.
 
9
 
 
10
   This library is free software; you can redistribute it and/or
 
11
   modify it under the terms of the GNU Lesser General Public
 
12
   License as published by the Free Software Foundation; either
 
13
   version 2 of the License, or (at your option) any later version.
 
14
 
 
15
   This library is distributed in the hope that it will be useful,
 
16
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
18
   Lesser General Public License for more details.
 
19
 
 
20
   You should have received a copy of the GNU Lesser General Public
 
21
   License along with this library; see the file COPYING.LIB.
 
22
   If not, see <http://www.gnu.org/licenses/> or write to the 
 
23
   Free Software Foundation, 51 Franklin Street, Fifth Floor, 
 
24
   Boston, MA 02110-1301, USA.
 
25
*/
 
26
 
 
27
 
 
28
#ifndef CairoFontEnumerator_h
 
29
#define CairoFontEnumerator_h
25
30
 
26
31
#include <GNUstepGUI/GSFontInfo.h>
27
32
#include <cairo.h>