Skip to content

Add a private api to get the font size

Matthias Clasen requested to merge better-space-size into main

Add a private vfunc to get the (absolute) size of a font. This default implementation just pulls it out of the font description, but we can do implement this cheaper without copying the font description.

Merge request reports