Skip to content

Commit

Permalink
Backup progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jviereck committed Jun 24, 2012
1 parent 3539ac8 commit 2d0eb0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CanvasRenderingContext2d.cc
Expand Up @@ -1631,6 +1631,8 @@ Context2d::PrepareTrueTypeFace(const Arguments &args) {

cr_face = cairo_ft_font_face_create_for_ft_face(face->face, 0);

cairo_set_font_face(ctx, cr_face);

vector<cairo_font_face_t*> font_faces = context->font_faces();
font_faces.insert(font_faces.end(), cr_face);

Expand Down

0 comments on commit 2d0eb0c

Please sign in to comment.