summaryrefslogtreecommitdiff
path: root/pkg/macos/text
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig fmtMitchell Hashimoto
2025-10-02fix(font/coretext): always prevent shaper from emitting rtlQwerasd
2025-10-02font/coretext: tiny shaper improvementsQwerasd
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-12-11font(coretext): add metrics test case for CT, fix variable font initQwerasd
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-08font/coretext: force LTR shapingMitchell Hashimoto
2024-05-08pkg/macos: add more text APIsMitchell 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-12-11pkg/macos: add many more text APIsMitchell Hashimoto
2023-12-11pkg/macos: implement CTRunMitchell 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-10-03font/coretext: score discovered fontsMitchell Hashimoto
2023-08-28font/coretext: ability to set variation axesMitchell Hashimoto
2023-08-28macos: add necessary functions for variation axes queryingMitchell Hashimoto
2023-07-03font: support skew transform for auto-italicsMitchell Hashimoto
2023-07-01pkg/macos: do not use bitCast through a functionMitchell Hashimoto
2023-07-01coretext: improved baseline calculationMitchell 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
2023-05-19fix some issues for future Zig updateMitchell Hashimoto
2022-11-17font: specific codepoint lookup in internalsMitchell Hashimoto
2022-10-14fix more stage2 build errorsMitchell Hashimoto
2022-10-10pkg/macos: fix zig C ABI issueMitchell Hashimoto
2022-10-09pkg/macos: bitmap info argMitchell Hashimoto
2022-10-09font: coretext calculate cell metricsMitchell Hashimoto
2022-10-09macos: frames, attributed strings, stylized stringsMitchell Hashimoto
2022-10-08pkg/macos: starting framesMitchell Hashimoto
2022-10-08pkg/macos: text framesetterMitchell Hashimoto
2022-10-08font: start working on core text cell height calcsMitchell Hashimoto
2022-10-08pkg/macos: some font metrics functionsMitchell Hashimoto
2022-10-08pkg/macos: create fonts from dataMitchell Hashimoto
2022-10-08macos: create descriptors from URLMitchell 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