Package: cairo
Function cairo:font-face-reference
Lambda Listcairo:font-face-reference (face) ArgumentsReturn ValueThe referenced cairo:font-face-t instance. Details          Increases the reference count on face by one.  
  This prevents the font face from being destroyed until a matching call to the  cairo:font-face-destroy function is made. The number of references to a cairo:font-face-t instance can be get using the cairo:font-face-reference-count function.  | See also | 
2025-09-02