Is pango_break suitable for breaking text into lines?
- From: Roman Beslik <rabeslik gmail com>
- To: gtk-i18n-list gnome org
- Subject: Is pango_break suitable for breaking text into lines?
- Date: Sat, 17 Sep 2011 13:48:12 +0300
Hello.
Is "pango_break" suitable for breaking text into lines such that each
line has width less then some number? I know I can achieve this with
"PangoLayout" and "pango_layout_set_width", but can "pango_break" do the
same? I can not find a function which sets line width.
As "PangoLayout" is considered "high-level" and "pango_break" is
considered "low-level", I guess that the low-level API should have this
feature too. More common case is when a low-level API has features that
a high-level API does not.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]