// GENERATED — DO NOT EDIT
///|
#borrow(context)
extern "c" fn moonbit_pango_cairo_context_set_resolution(
context : @pango.Context,
dpi : Double,
) = "moonbit_pango_cairo_context_set_resolution"
///|
/// [Upstream documentation](https://docs.gtk.org/PangoCairo/func.context_set_resolution.html).
pub fn context_set_resolution(context : &@pango.IContext, dpi : Double) -> Unit {
moonbit_pango_cairo_context_set_resolution(context.as_context(), dpi)
}