|
@ -24,6 +24,7 @@ class FontFace: public node::ObjectWrap { |
|
|
inline cairo_font_face_t *cairoFace(){ return _crFace; } |
|
|
inline cairo_font_face_t *cairoFace(){ return _crFace; } |
|
|
private: |
|
|
private: |
|
|
~FontFace(); |
|
|
~FontFace(); |
|
|
|
|
|
FT_Face _ftFace; |
|
|
cairo_font_face_t *_crFace; |
|
|
cairo_font_face_t *_crFace; |
|
|
static bool _initLibrary; |
|
|
static bool _initLibrary; |
|
|
}; |
|
|
}; |
|
|