Exemplo n.º 1
0
 public bool ConfigSubstitute(FcConfig config, FcMatchKind kind)
 {
     return(Native.FcConfigSubstitute(config.Handle, Handle, kind) != 0);
 }
Exemplo n.º 2
0
 public static extern int FcConfigSubstitute(System.IntPtr config, System.IntPtr p, FcMatchKind kind);
Exemplo n.º 3
0
 static extern int FcConfigSubstitute(IntPtr config, IntPtr pattern, FcMatchKind kind);
Exemplo n.º 4
0
		static extern int FcConfigSubstitute(IntPtr config, IntPtr pattern, FcMatchKind kind);
Exemplo n.º 5
0
 internal static extern FcBool FcConfigSubstitute(System.IntPtr config, System.IntPtr p, FcMatchKind kind);
Exemplo n.º 6
0
 private static extern bool FcConfigSubstitute_Base(IntPtr config, IntPtr pattern, FcMatchKind matchKind);