Package: cairo
CEnum cairo:hint-style-t
Declaration(cffi:defcenum hint-style-t :default :none :slight :medium :full) Values
 Details      
    Specifies the type of hinting to do on font outlines.  
  Hinting is the process of fitting outlines to the pixel grid in order to
  improve the appearance of the result. Since hinting outlines involves
  distorting them, it also reduces the faithfulness to the original outline
  shapes. Not all of the outline hinting styles are supported by all font
  backends.      | See also | 
2025-09-01