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