Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-11-15 09:49:56

0001 /* Pango
0002  * pango.h:
0003  *
0004  * Copyright (C) 1999 Red Hat Software
0005  *
0006  * This library is free software; you can redistribute it and/or
0007  * modify it under the terms of the GNU Library General Public
0008  * License as published by the Free Software Foundation; either
0009  * version 2 of the License, or (at your option) any later version.
0010  *
0011  * This library is distributed in the hope that it will be useful,
0012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0014  * Library General Public License for more details.
0015  *
0016  * You should have received a copy of the GNU Library General Public
0017  * License along with this library; if not, write to the
0018  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
0019  * Boston, MA 02111-1307, USA.
0020  */
0021 
0022 #ifndef __PANGO_H__
0023 #define __PANGO_H__
0024 
0025 #include <pango/pango-attributes.h>
0026 #include <pango/pango-bidi-type.h>
0027 #include <pango/pango-break.h>
0028 #include <pango/pango-color.h>
0029 #include <pango/pango-context.h>
0030 #include <pango/pango-coverage.h>
0031 #include <pango/pango-direction.h>
0032 #include <pango/pango-engine.h>
0033 #include <pango/pango-enum-types.h>
0034 #include <pango/pango-features.h>
0035 #include <pango/pango-font.h>
0036 #include <pango/pango-fontmap.h>
0037 #include <pango/pango-fontset.h>
0038 #include <pango/pango-fontset-simple.h>
0039 #include <pango/pango-glyph.h>
0040 #include <pango/pango-glyph-item.h>
0041 #include <pango/pango-gravity.h>
0042 #include <pango/pango-item.h>
0043 #include <pango/pango-language.h>
0044 #include <pango/pango-layout.h>
0045 #include <pango/pango-matrix.h>
0046 #include <pango/pango-markup.h>
0047 #include <pango/pango-renderer.h>
0048 #include <pango/pango-script.h>
0049 #include <pango/pango-tabs.h>
0050 #include <pango/pango-types.h>
0051 #include <pango/pango-utils.h>
0052 #include <pango/pango-version-macros.h>
0053 
0054 #endif /* __PANGO_H__ */