FontFace.createFromNative - multiple declarations

Function FontFace.createFromNative

The createFromNative method for the FontFace classes. See https://github.com/jpf91/cairoD/wiki/Memory-Management#createFromNative for more information.

Prototype

static FontFace createFromNative(
  cairo_font_face_t* ptr,
  bool adjRefCount = true
);

Warning

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

Function FontFace.createFromNative

The createFromNative method for the FontFace classes. See https://github.com/jpf91/cairoD/wiki/Memory-Management#createFromNative for more information.

Prototype

static FontFace createFromNative(
  cairo_font_face_t* ptr,
  bool adjRefCount = true
);

Warning

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

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1