aboutsummaryrefslogtreecommitdiff
path: root/deps/freetype2.vapi
blob: 5403be263b275f0e0561dbb1d296d4a1b9b3b431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* freetype2.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "FT", gir_namespace = "freetype2", gir_version = "2.0", lower_case_cprefix = "FT_")]
namespace FT {
	[CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Bitmap", has_type_id = false)]
	public struct Bitmap {
	}
	[CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Face", has_type_id = false)]
	public struct Face {
	}
	[CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Int32")]
	[SimpleType]
	public struct Int32 : int32 {
	}
	[CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Library", has_type_id = false)]
	public struct Library {
	}
	[CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Library_Version")]
	public static void library_version ();
}