Summary: | Missing bindings for cairo_font_options_set_antialias & others. | ||
---|---|---|---|
Product: | pycairo | Reporter: | Rauli Ruohonen <raulir> |
Component: | general | Assignee: | Steve Chaplin <d74n5pohf9> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | high | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Rauli Ruohonen
2006-01-23 08:39:54 UTC
Added missing bindings for cairo_font_options_set_antialias and some others: * cairo/cairomodule.c (init_cairo): Add cairo.SUBPIXEL_ORDER_*, cairo.HINT_STYLE_*, cairo.HINT_METRICS_* constants. * cairo/pycairo-font.c (font_options_get_antialias) (font_options_get_hint_metrics, font_options_get_hint_style) (font_options_get_subpixel_order, font_options_set_antialias) (font_options_set_hint_metrics, font_options_set_hint_style) (font_options_set_subpixel_order): new bindings, applied patch from raulir, with some changes, fixes bug #5689. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.