Use same hinting flags for measurement and rendering

This commit is contained in:
Daniel Wennberg
2025-09-17 22:04:59 -07:00
parent cc165990ec
commit e1b2f6f021
2 changed files with 16 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ pub const Library = @import("Library.zig");
pub const Error = errors.Error;
pub const Face = face.Face;
pub const LoadFlags = face.LoadFlags;
pub const Tag = tag.Tag;
pub const mulFix = computations.mulFix;