Cairo.NativeMethods.cairo_font_face_status C# (CSharp) Метод

cairo_font_face_status() приватный Метод

private cairo_font_face_status ( IntPtr font_face ) : Status
font_face System.IntPtr
Результат Status
        internal static extern Status cairo_font_face_status(IntPtr font_face);
NativeMethods