1 /* 2 * Distributed under the Boost Software License, Version 1.0. 3 * (See accompanying file LICENSE_1_0.txt or copy at 4 * http://www.boost.org/LICENSE_1_0.txt) 5 */ 6 module pango.types; 7 8 import pango.utils; 9 import pango.c.types; 10 11 12 alias Glyph = PangoGlyph; 13 14 // TODO: enhance the Rectangle with getters, properties ... 15 alias Rectangle = PangoRectangle;