ci: cleanup

This commit is contained in:
Mitchell Hashimoto
2025-10-02 15:57:09 -07:00
parent 4e3e0ed056
commit 87b77e1980
11 changed files with 45 additions and 47 deletions

View File

@@ -223,12 +223,13 @@ fn getFaceFromEntry(
// Calculate the scale factor for this
// entry now that we have a loaded face.
entry.scale_factor = .{
.scale = self.scaleFactor(
if (entry.scale_factor == .adjustment) {
const factor = self.scaleFactor(
face.getMetrics(),
entry.scale_factor.adjustment,
),
};
);
entry.scale_factor = .{ .scale = factor };
}
// If our scale factor is something other
// than 1.0 then we need to resize the face.