Skip to content

Add layout serialization api

Matthias Clasen requested to merge serializer2 into main

Add api to serialize PangoLayout, for the benefit of testing and debugging. Currently, this uses json, but that is an implementation detail.

Some tests included.

Merge request reports