1 2 3 4 5 6 7 8 9 10 11 12
const Subpixel = @import("root.zig").Subpixel; const Transform = @import("root.zig").Transform; x: u32, y: u32, physical_width: u32, physical_height: u32, subpixel: Subpixel, make: []const u8, model: []const u8, transform: Transform,