mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
32 lines
1.2 KiB
Vala
32 lines
1.2 KiB
Vala
/* mutter-cogl-pango-6.vapi generated by vapigen, do not modify. */
|
|
|
|
[CCode (cprefix = "CoglPango", gir_namespace = "CoglPango", gir_version = "6", lower_case_cprefix = "cogl_pango_")]
|
|
namespace CoglPango {
|
|
[CCode (cheader_filename = "cogl-pango.h")]
|
|
public interface FontMap : Pango.CairoFontMap, GLib.Object {
|
|
[Version (since = "1.0")]
|
|
public void clear_glyph_cache ();
|
|
public Pango.Context create_context ();
|
|
[Version (since = "1.0")]
|
|
public unowned Pango.Renderer get_renderer ();
|
|
[Version (since = "1.0")]
|
|
public bool get_use_mipmapping ();
|
|
[Version (since = "1.14")]
|
|
public static Pango.FontMap @new ();
|
|
[Version (since = "1.14")]
|
|
public void set_resolution (double dpi);
|
|
[Version (since = "1.0")]
|
|
public void set_use_mipmapping (bool value);
|
|
}
|
|
[CCode (cheader_filename = "cogl-pango.h", type_id = "cogl_pango_renderer_get_type ()")]
|
|
public class Renderer : Pango.Renderer {
|
|
[CCode (has_construct_function = false)]
|
|
protected Renderer ();
|
|
[NoAccessorMethod]
|
|
public Cogl.Context context { construct; }
|
|
}
|
|
[CCode (cheader_filename = "cogl-pango.h")]
|
|
[Version (since = "1.0")]
|
|
public static void ensure_glyph_cache_for_layout (Pango.Layout layout);
|
|
}
|