summaryrefslogtreecommitdiff
path: root/src/font/shape.zig
AgeCommit message (Expand)Author
2025-09-08comment + style changesQwerasd
2025-06-30move runIterator options to dedicated structMitchell Hashimoto
2024-12-30font: allow non-boolean font feature settingsQwerasd
2024-10-08renderer, shaper: don't use null cells, handle bg and decorations separatelyQwerasd
2024-08-16font: yeet usingnsMitchell Hashimoto
2024-05-01font: noop shaperMitchell Hashimoto
2024-05-01font/shaper: add CacheMitchell Hashimoto
2024-04-30build: add -Dfont-backend=coretext_harfbuzz to force Harfbuzz w/ CTMitchell Hashimoto
2024-04-04Update src/font/shape.zigMitchell Hashimoto
2024-04-04font/coretext: face doesn't need harfbuzz font if we're not using itMitchell Hashimoto
2024-04-04font: enable the coretext shaper by default for CoreText facesMitchell Hashimoto
2024-01-06font: insert blank cells for multi-cell ligatures for stylingMitchell Hashimoto
2023-12-11font: note why shaper is not enabledMitchell Hashimoto
2023-12-11font/coretext: shaper applies x/y offsetsMitchell Hashimoto
2023-09-26font: shaper dynamically allocates cell bufferMitchell Hashimoto
2023-07-05font-feature config to enable/disable OpenType Font FeaturesMitchell Hashimoto
2022-12-06font: extract common shaper elements outMitchell Hashimoto
2022-12-06font: move shaper into comptime interfaceMitchell Hashimoto