~ubuntu-branches/ubuntu/vivid/pangomm/vivid

« back to all changes in this revision

Viewing changes to pango/pangomm/fontdescription.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-06-27 03:45:34 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130627034534-ran33b0p8ffl2j25
Tags: 2.34.0-1
* New upstream release.
* Bump required version of libglibmm-2.4-dev to (>= 2.36.0).
* Drop obsolete DM-Upload-Allowed field.
* Update Vcs-* URLs.
* Update debian/copyright, use final copyright-format 1.0 spec.
* Bump Standards-Version to 3.9.4. No further changes.
* Add Build-Depends on autotools-dev as lintian was complaining about
  outdated config.{guess,sub}.
* Drop obsolete Conflicts/Replaces.
* Convert to multiarch.
* Bump debhelper compatibility level to 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
/** @addtogroup pangommEnums pangomm Enums and Flags */
44
44
 
45
 
/**
 
45
/** 
 
46
 * 
46
47
 * @ingroup pangommEnums
47
48
 */
48
49
enum Style
73
74
namespace Pango
74
75
{
75
76
 
76
 
/**
 
77
/** 
 
78
 * 
77
79
 * @ingroup pangommEnums
78
80
 */
79
81
enum Variant
103
105
namespace Pango
104
106
{
105
107
 
106
 
/**
 
108
/** 
 
109
 * 
107
110
 * @ingroup pangommEnums
108
111
 */
109
112
enum Stretch
140
143
namespace Pango
141
144
{
142
145
 
143
 
/**
 
146
/** 
 
147
 * 
144
148
 * @ingroup pangommEnums
145
149
 */
146
150
enum Weight
175
179
namespace Pango
176
180
{
177
181
 
178
 
/**
 
182
/** 
 
183
 * 
179
184
 * @ingroup pangommEnums
180
185
 * @par Bitwise operators:
181
186
 * <tt>%FontMask operator|(FontMask, FontMask)</tt><br>
246
251
namespace Pango
247
252
{
248
253
 
249
 
/**
 
254
/** 
 
255
 * 
250
256
 * @ingroup pangommEnums
251
257
 */
252
258
enum Gravity
289
295
#ifndef DOXYGEN_SHOULD_SKIP_THIS
290
296
  typedef FontDescription CppObjectType;
291
297
  typedef PangoFontDescription BaseObjectType;
 
298
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
292
299
 
 
300
  /** Get the GType for this class, for use with the underlying GObject type system.
 
301
   */
293
302
  static GType get_type() G_GNUC_CONST;
294
 
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
295
303
 
296
304
  FontDescription();
297
305