Create a Win32ScaledFont from a existing cairo_surface_t*. Win32ScaledFont is a garbage collected class. It will call cairo_scaled_font_destroy when it gets collected by the GC or when dispose() is called.
Warning: ptr's reference count is not increased by this function! Adjust reference count before calling it if necessary
Only use this if you know what your doing! This function should not be needed for standard cairoD usage.
See Implementation
Create a Win32ScaledFont from a existing cairo_surface_t*. Win32ScaledFont is a garbage collected class. It will call cairo_scaled_font_destroy when it gets collected by the GC or when dispose() is called.
Warning: ptr's reference count is not increased by this function! Adjust reference count before calling it if necessary
Only use this if you know what your doing! This function should not be needed for standard cairoD usage.