shaping: Use position offsets for HarfBuzz

This commit is contained in:
Jacob Sandlund
2025-12-24 16:23:16 -06:00
parent 6b04f75037
commit e41dbe84fc
2 changed files with 42 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ pub const coretext = @import("coretext.zig");
pub const MemoryMode = blob.MemoryMode;
pub const Blob = blob.Blob;
pub const Buffer = buffer.Buffer;
pub const GlyphPosition = buffer.GlyphPosition;
pub const Direction = common.Direction;
pub const Script = common.Script;
pub const Language = common.Language;