summaryrefslogtreecommitdiff
path: root/pkg/macos/text/font.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig fmtMitchell Hashimoto
2025-03-15pkg/macos: clean up for Zig 0.14, consolidate C imports into one declMitchell Hashimoto
2024-12-16font(coretext): tolerate fonts without OS/2 tablesQwerasd
2024-10-25font/coretext: use CTFontCreateForString for final codepoint fallbackMitchell Hashimoto
2024-09-23coretext: improve strikethrough position calculationQwerasd
2024-08-24pkg/macos: copyAttribute should return optionalMitchell Hashimoto
2024-08-16pkg/macos: yeet more usingnsMitchell Hashimoto
2024-05-27font/coretext: can read font tablesMitchell Hashimoto
2024-05-26font: treated fonts with mixed color/non-color glyphs as textMitchell Hashimoto
2024-05-05pkg/macos: CTFontCreateForStringMitchell Hashimoto
2024-05-05pkg/macos: add more CoreText APIsMitchell Hashimoto
2024-04-30Fix typo.Gordon Cassie
2023-12-15font/coretext: use `CTFontCopyFamilyName`Kyaw
2023-12-11pkg/macos: more APIsMitchell Hashimoto
2023-11-03font/coretext: discovery scoring should take into account symb. traitsMitchell Hashimoto
2023-10-13font: fallback search should search full discovery chainMitchell Hashimoto
2023-08-28font/coretext: ability to set variation axesMitchell Hashimoto
2023-07-03font: support skew transform for auto-italicsMitchell Hashimoto
2023-07-01fix up for new zigMitchell Hashimoto
2023-07-01coretext: calculate units per em/pointMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2022-10-09pkg/macos: bitmap info argMitchell Hashimoto
2022-10-08font: start working on core text cell height calcsMitchell Hashimoto
2022-10-08pkg/macos: some font metrics functionsMitchell Hashimoto
2022-10-08font: coretext face presentationMitchell Hashimoto
2022-10-08font: begin coretext FaceMitchell Hashimoto
2022-10-07pkg/macos: bounding rects for textMitchell Hashimoto
2022-10-07pkg/macos: font draw glyphsMitchell Hashimoto
2022-10-01Mac Font Discovery with CoreText (#17)Mitchell Hashimoto
2022-10-01pkg/macos: font initializes, get glyphsMitchell Hashimoto