Package: gsk

GBoxed gsk:path-measure

Declaration

(glib:define-gboxed-opaque path-measure "GskPathMeasure"
  :export t
  :type-initializer "gsk_path_measure_get_type"
  :alloc (error "GSK:PATH-MEASURE cannot be created from the Lisp side"))  

Details

The gsk:path-measure structure is a structure that allows measurements on gsk:path intances such as determining the length of the path. Many measuring operations require sampling the path length at intermediate points. Therefore, a gsk:path-measure instance has a tolerance that determines what precision is required for such approximations.

Since 4.14
 

Returned by

See also

2024-11-8