scarpe-team / scarpe

Scarpe - shoes but running on webview
Other
162 stars 29 forks source link

Fixing kerning para style #542

Closed vikas-chaudhary-2802 closed 7 months ago

vikas-chaudhary-2802 commented 7 months ago

Description

I have added the kerning para style --> #520 This PR introduces a new feature to the Scarpe library - a kerning para style. Kerning is an important aspect of typography that adjusts the spacing between characters to achieve a visually pleasing result. This feature will allow users to apply kerning to their paragraphs, enhancing the visual appeal of their text.

Image(if needed, helps for a faster review)

Screenshot 2024-02-08 at 10 18 03 PM

Checklist

noahgibbs commented 7 months ago

Looks good!

noahgibbs commented 7 months ago

Looks like you'll need to generate HTML fixtures, since you added a new example. You should be able to do that by running "rake test:regenerate_html_fixtures" and adding the generated file to this PR.