GlyphString
.glyphs unowned=false array_length_field="num_glyphs"
.log_clusters array unowned=false array_length_field="num_glyphs"
-LayoutLine
- .runs type_arguments="Pango.LayoutRun"
// G-I doesn't support non-GObject, non-GBoxed return values
AttrIterator
.find_shaper skip=false
.get_coverage skip=false
-// Nullability of return values
-AttrIterator
- .get nullable
-AttrList
- .filter nullable
-Font
- .get_font_map nullable
-Layout
- .get_font_description nullable
-
// Variadic
TabArray
.new_with_positions skip=false
-* name="(.+)/Cairo\\1"
-*#function name="(.+)/cairo_\\1" skip=false
-PangoCairo name="Pango" cprefix="Pango" lower_case_cprefix="pango_"
+* skip=false
+*.* skip=false
// Report upstream
-PangoCairo cheader_filename="pango/pangocairo.h"
-*.* skip=false
-ShapeRendererFunc.data closure=3
-context_get_shape_renderer.context closure=1
-create_* unowned=false
-Font.get_scaled_font unowned
-FontMap.set_default symbol_type="function"
+cairo_context_get_shape_renderer.context closure=1
+CairoFontMap.set_default symbol_type="function"
public AttrList ();
public void change (owned Pango.Attribute attr);
public Pango.AttrList? copy ();
+ [Version (since = "1.46")]
+ public bool equal (Pango.AttrList other_list);
[Version (since = "1.2")]
public Pango.AttrList? filter (Pango.AttrFilterFunc func);
[Version (since = "1.44")]
[CCode (has_construct_function = false)]
protected FontFamily ();
[Version (since = "1.46")]
- public virtual unowned Pango.FontFace? get_face (string name);
+ public virtual unowned Pango.FontFace? get_face (string? name);
public virtual unowned string get_name ();
[Version (since = "1.4")]
public virtual bool is_monospace ();
public void context_changed ();
public Pango.Layout copy ();
public Pango.Alignment get_alignment ();
- public unowned Pango.AttrList get_attributes ();
+ public unowned Pango.AttrList? get_attributes ();
[Version (since = "1.4")]
public bool get_auto_dir ();
[Version (since = "1.22")]
[CCode (cprefix = "Pango", gir_namespace = "PangoCairo", gir_version = "1.0", lower_case_cprefix = "pango_")]
namespace Pango {
[CCode (cheader_filename = "pango/pangocairo.h", type_id = "pango_cairo_font_get_type ()")]
- [GIR (name = "Font")]
[Version (since = "1.18")]
public interface CairoFont : Pango.Font {
public unowned Cairo.ScaledFont? get_scaled_font ();
}
[CCode (cheader_filename = "pango/pangocairo.h", type_id = "pango_cairo_font_map_get_type ()")]
- [GIR (name = "FontMap")]
[Version (since = "1.10")]
public interface CairoFontMap : Pango.FontMap {
[Version (deprecated = true, deprecated_since = "1.22", since = "1.10")]