Package: pango

GFlags pango-shape-flags

Details

Flags influencing the shaping process. These can be passed to the function pango-shape-with-flags.
(define-g-flags "PangoShapeFlags" pango-shape-flags
  (:export t
   :type-initializer "pango_shape_flags_get_type")
  (:none 0)
  (:round-positions #.(ash 1 0)))  
:none
Default value.
:round-positions
Round glyph positions and widths to whole device units. This option should be set if the target renderer cannot do subpixel positioning of glyphs.
 

See also

2021-8-16