mooman219 / fontdue

The fastest font renderer in the world, written in pure rust.
Apache License 2.0
1.38k stars 70 forks source link

Minor improvements to layout API #145

Open samu698 opened 7 months ago

samu698 commented 7 months ago

The changes in this PR are:

  1. Added with_settings function for Layout that receives a LayoutConfig instance allowing to configure the layout without having to call reset().
  2. Added LayoutSettingsBuilder a builder pattern for LayoutSettings.