~ubuntu-branches/ubuntu/natty/pangomm/natty

« back to all changes in this revision

Viewing changes to pango/pangomm/layout.cc

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2009-04-03 00:35:01 UTC
  • mfrom: (5.1.2 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090403003501-y05hsap2s021a2rr
Tags: 2.24.0-2
* Upload to unstable.
  + Drop check-dist.mk.
  + Track unstable branch in Vcs-*.
* Change -dbg package to section debug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * Copyright 1998-2002 The gtkmm Development Team
14
14
 *
15
15
 * This library is free software; you can redistribute it and/or
16
 
 * modify it under the terms of the GNU Library General Public
 
16
 * modify it under the terms of the GNU Lesser General Public
17
17
 * License as published by the Free Software Foundation; either
18
 
 * version 2 of the License, or (at your option) any later version.
 
18
 * version 2.1 of the License, or (at your option) any later version.
19
19
 *
20
20
 * This library is distributed in the hope that it will be useful,
21
21
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
22
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
23
 
 * Library General Public License for more details.
 
23
 * Lesser General Public License for more details.
24
24
 *
25
 
 * You should have received a copy of the GNU Library General Public
 
25
 * You should have received a copy of the GNU Lesser General Public
26
26
 * License along with this library; if not, write to the Free
27
27
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28
28
 */
136
136
  pango_cairo_layout_path(context->cobj(), gobj());
137
137
}
138
138
 
 
139
void Layout::show_in_cairo_context(const Cairo::RefPtr<Cairo::Context>& context)
 
140
{
 
141
  pango_cairo_show_layout(context->cobj(), gobj());
 
142
}
 
143
 
139
144
} /* namespace Pango */
140
145
 
141
146
namespace