This commit is contained in:
Tuan Van Nguyen 2024-09-01 01:04:01 +08:00 committed by GitHub
commit cd4e487c19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,7 @@ class CBDT:
y_bearing = 127 y_bearing = 127
advance = width advance = width
vert_x_bearing = - width / 2 vert_x_bearing = int (- width / 2)
vert_y_bearing = 0 vert_y_bearing = 0
vert_advance = height vert_advance = height