JulNadeauCA / libagar

Cross-Platform GUI Toolkit (stable)
https://libagar.org/
BSD 2-Clause "Simplified" License
377 stars 41 forks source link

Introduce a "font-tranform" property #42

Open JulNadeauCA opened 4 years ago

JulNadeauCA commented 4 years ago

To specify a general transformation matrix in agar css.

For example, to render text 1/3 condensed: font-transform: [ 0.333, 0.0, 1.0, 0.0 ] or render 12 degrees oblique: font-transform: [ 1.0, 0.207, 1.0, 0.0 ]