Cairo__FontFace.st
changeset 43 1006839761af
parent 40 28dfc583beb5
child 45 8ee53c41a084
equal deleted inserted replaced
42:475e93b10c8f 43:1006839761af
    75 ! !
    75 ! !
    76 
    76 
    77 !FontFace methodsFor:'accessing'!
    77 !FontFace methodsFor:'accessing'!
    78 
    78 
    79 referenceCount
    79 referenceCount
    80     "Return value or reference counter"
    80     "Return value of reference counter"
    81 
    81 
    82     ^ CPrimitives cairo_font_face_get_reference_count: self
    82     ^ CPrimitives cairo_font_face_get_reference_count: self
    83 
    83 
    84     "Modified: / 17-02-2016 / 19:54:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    84     "Modified: / 17-02-2016 / 19:54:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    85     "Modified (comment): / 23-02-2016 / 10:49:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    86 !
       
    87 
       
    88 status
       
    89     "Checks whether an error has previously occurred for this object.
       
    90      See Cairo::Status pool for possible values."
       
    91 
       
    92     ^ CPrimitives cairo_font_face_status: self
       
    93 
       
    94     "Modified: / 23-02-2016 / 10:50:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    85 !
    95 !
    86 
    96 
    87 type
    97 type
    88     "This function returns the type of the backend used to create a font face. 
    98     "This function returns the type of the backend used to create a font face. 
    89      See FontType for available types."
    99      See FontType for available types."