Cairo__FontOptions.st
changeset 43 1006839761af
parent 40 28dfc583beb5
child 63 054f0513ea65
equal deleted inserted replaced
42:475e93b10c8f 43:1006839761af
   204 ! !
   204 ! !
   205 
   205 
   206 !FontOptions methodsFor:'accessing'!
   206 !FontOptions methodsFor:'accessing'!
   207 
   207 
   208 referenceCount
   208 referenceCount
   209     "Return value or reference counter"
   209     "Return value of reference counter"
   210 
   210 
   211     ^ self shouldNotImplement
   211     ^ -1 "/ Not refcounted 
   212 
   212 
   213     "Modified: / 17-02-2016 / 20:29:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   213     "Modified: / 23-02-2016 / 10:49:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   214 !
       
   215 
       
   216 status
       
   217     "Checks whether an error has previously occurred for this object.
       
   218      See Cairo::Status pool for possible values."
       
   219 
       
   220     ^ CPrimitives cairo_font_options_status: self
       
   221 
       
   222     "Modified: / 23-02-2016 / 10:49:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   214 ! !
   223 ! !
   215 
   224 
   216 !FontOptions methodsFor:'private'!
   225 !FontOptions methodsFor:'private'!
   217 
   226 
   218 destroy
   227 destroy