Merge pull request #180 from toolness/patch-1

Mention PFCanvasCreate() consumes the font context
This commit is contained in:
Patrick Walton 2019-06-04 16:52:14 -07:00 committed by GitHub
commit 893f735a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)