Package: pango

GFlags pango:shape-flags

Declaration

(gobject:define-gflags "PangoShapeFlags" shape-flags
  (:export t
   :type-initializer "pango_shape_flags_get_type")
  (:none 0)
  (:round-positions #.(ash 1 0)))  

Values

: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.

Details

Flags influencing the shaping process. These can be passed to the pango:shape-with-flags function.
 

See also

2023-7-14