kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

Remove text bounds estimation #20

Closed NiklasRentzCAU closed 2 years ago

NiklasRentzCAU commented 2 years ago

This PR gets rid of the text bounds estimation overhead by estimating the texts with the same (open) font named Overpass on both server and client, thus making the server able to approximate the client text sizes more accurate.

To be merged together with the accompanying PR with the required server changes in KLighD (#101)