Пример #1
0
        public int ListFaces(Pango.FontFace faces)
        {
            int n_faces;

            pango_font_family_list_faces(Handle, faces.Handle, out n_faces);
            return(n_faces);
        }
Пример #2
0
        bool InvokeNative(Pango.FontFamily family, Pango.FontFace face)
        {
            bool __result = native_cb(family == null ? IntPtr.Zero : family.Handle, face == null ? IntPtr.Zero : face.Handle, __data);

            return(__result);
        }