FTFontFace.this

Create a FTFontFace from a existing cairo_font_face_t*. FTFontFace is a garbage collected class. It will call cairo_font_face_destroy when it gets collected by the GC or when dispose() is called.

Warning: ptr's reference count is not increased by this function! Adjust reference count before calling it if necessary

Only use this if you know what your doing! This function should not be needed for standard cairoD usage.

  1. this(cairo_font_face_t* ptr)
    class FTFontFace
  2. this(FT_Face face, int loadFlags)

Meta