Expose subpixel offsets in LayoutGlyph

This commit is contained in:
Héctor Ramón Jiménez 2022-12-15 05:04:39 +01:00 committed by Jeremy Soller
parent ac28f5d77c
commit 01f6c1fd89
2 changed files with 6 additions and 0 deletions

View file

@ -262,6 +262,8 @@ impl ShapeGlyph {
w: x_advance,
rtl,
cache_key,
x_offset,
y_offset,
x_int,
y_int,
color_opt: self.color_opt,