~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to clutter/cogl/pango/cogl-pango-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Clutter.
 
3
 *
 
4
 * An OpenGL based 'interactive canvas' library.
 
5
 *
 
6
 * Authored By Matthew Allum  <mallum@openedhand.com>
 
7
 *
 
8
 * Copyright (C) 2008 OpenedHand
 
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. If not, see <http://www.gnu.org/licenses/>.
 
22
 */
 
23
 
 
24
#ifndef __COGL_PANGO_PRIVATE_H__
 
25
#define __COGL_PANGO_PRIVATE_H__
 
26
 
 
27
#include "cogl-pango.h"
 
28
 
 
29
G_BEGIN_DECLS
 
30
 
 
31
void           _cogl_pango_renderer_clear_glyph_cache  (CoglPangoRenderer *renderer);
 
32
void           _cogl_pango_renderer_set_use_mipmapping (CoglPangoRenderer *renderer,
 
33
                                                        gboolean           value);
 
34
gboolean       _cogl_pango_renderer_get_use_mipmapping (CoglPangoRenderer *renderer);
 
35
 
 
36
G_END_DECLS
 
37
 
 
38
#endif /* __COGL_PANGO_PRIVATE_H__ */