Package: cairo
Function cairo-text-cluster-free
Lambda Listcairo-text-cluster-free (clusters) ArgumentsDetails Frees an array of cairo-text-cluster-t instances allocated using the cairo-text-cluster-allocate function.
This function is only useful to free text cluster array returned by the cairo-scaled-font-text-to-glyphs function where Cairo returns an array
of text clusters that the user will free. For all other uses, user can use
their own allocation method for text clusters. | See also |
2021-12-12