CanvasFontContext now implements .clone()

This commit is contained in:
Lillian Primrose 2020-03-24 22:15:09 -04:00 committed by GitHub
parent 0f5de612f9
commit 22d54a82ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#[derive(Clone)]
pub struct CanvasFontContext;
impl CanvasFontContext {