Function FontOptions.debugging

Enable / disable memory management debugging for this FontOptions instance. Only available if both cairoD and the cairoD user code were compiled with "debug=RefCounted"

Output is written to stdout, see https://github.com/jpf91/cairoD/wiki/Memory-Management#debugging for more information

Prototypes

bool debugging() @property;

void debugging(
  bool value
) @property;

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