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

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

private cairo_font_options_set_hint_style ( IntPtr options, HintStyle style ) : void
options System.IntPtr
style HintStyle
Результат void
        internal static extern void cairo_font_options_set_hint_style(IntPtr options, HintStyle style);
NativeMethods