diff --git a/c/src/lib.rs b/c/src/lib.rs index 96c49493..f3ec9c71 100644 --- a/c/src/lib.rs +++ b/c/src/lib.rs @@ -108,6 +108,7 @@ pub struct PFRenderOptions { // `canvas` +/// Consumes the font context. #[no_mangle] pub unsafe extern "C" fn PFCanvasCreate(font_context: PFCanvasFontContextRef, size: *const PFVector2F)