Merge pull request #104685 from bruvzg/rtl_vpad

[RTL] Improve vertical padding.
This commit is contained in:
Rémi Verschelde 2025-03-28 17:30:44 +01:00
commit 1a367f3a68
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 29 additions and 8 deletions

View file

@ -352,6 +352,7 @@ private:
LocalVector<Column> columns;
LocalVector<float> rows;
LocalVector<float> rows_no_padding;
LocalVector<float> rows_baseline;
int align_to_row = -1;