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

  1. bool debugging [@property getter]
    struct FontOptions
    version(D_Ddoc)
    @property
    bool
    debugging
    ()
  2. bool debugging [@property setter]
  3. bool debugging [@property getter]
  4. bool debugging [@property setter]

Meta