summaryrefslogtreecommitdiff
path: root/src/font/discovery.zig
AgeCommit message (Expand)Author
2025-08-21font: fix fontconfig leaks in unit testsMitchell Hashimoto
2025-07-02font/coretext: fix small memory leakQwerasd
2025-05-30font: rework coretext discovery sortingQwerasd
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-01-01Fix: typo in commentmoritz-john
2024-12-30Revert "coretext: exclude bitmap fonts from discovery"Qwerasd
2024-12-27coretext: exclude bitmap fonts from discoveryQwerasd
2024-11-06font/coretext: do not set variation axes in discoveryMitchell Hashimoto
2024-11-06font/coretext: always score based on style string lengthMitchell Hashimoto
2024-11-05coretext: set variations on deferred face loadMitchell Hashimoto
2024-10-25font/coretext: use CTFontCreateForString for final codepoint fallbackMitchell Hashimoto
2024-08-24font: support variations for coretext_freetype backendMitchell Hashimoto
2024-08-23font: Collection uses SegmentedList for styles for pointer stabilityMitchell Hashimoto
2024-08-05chore: clean up typosƁukasz Niemier
2024-07-21font: fontconfig always prefer monospace in patternMitchell Hashimoto
2024-05-09fix a couple test failuresQwerasd
2024-05-09feat(font): Non-integer point sizesQwerasd
2024-05-08font: disable CJK unification fallback with freetype rasterizerMitchell Hashimoto
2024-05-07font/coretext: choose proper original font for CJK searchMitchell Hashimoto
2024-05-07font: fontconfig has proper functionMitchell Hashimoto
2024-05-07font: use CoreText API for CJK unified ideographsMitchell Hashimoto
2024-05-01font: noop shaperMitchell Hashimoto
2024-04-30build: add -Dfont-backend=coretext_harfbuzz to force Harfbuzz w/ CTMitchell Hashimoto
2024-04-07font: CodepointMap supports cloneMitchell Hashimoto
2024-04-06font: fix hashing of descriptor stringsMitchell Hashimoto
2024-04-05font: descritor can hash using a hasherMitchell 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-05font/coretext: allow setting a non-monospace font explicitlyMitchell Hashimoto
2023-10-03font/fontconfig: adhere to correct function signatureMitchell Hashimoto
2023-10-03font/coretext: score discovered fontsMitchell Hashimoto
2023-09-24font: discovery descriptor can be hashedMitchell Hashimoto
2023-09-24font/fontconfig: support style descriptorMitchell Hashimoto
2023-09-24font/core-text: discovery supports style searchMitchell Hashimoto
2023-09-24font: fontconfig should not omit earlier fontsMitchell Hashimoto
2023-09-24font: CoreText discovery searches monospace only by defaultMitchell Hashimoto
2023-08-28font: freetype supports font variation settingsMitchell Hashimoto
2023-08-28font/coretext: ability to set variation axesMitchell Hashimoto
2023-08-25font: fontconfig adaptations to new apiMitchell Hashimoto
2023-08-25font: DeferredFace can no longer represent a loaded faceMitchell Hashimoto
2023-08-13only initialize font discovery mechanism once, cache on AppMitchell Hashimoto
2023-07-01pkg/macos: do not use bitCast through a functionMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2023-06-23config file quoted strings are accepted nowMitchell Hashimoto
2023-05-19fix some issues for future Zig updateMitchell Hashimoto
2022-12-05font: web canvas doesn't support discoveryMitchell Hashimoto
2022-11-17font: specific codepoint lookup in internalsMitchell Hashimoto
2022-10-24Fix memory leak forgetting to clean up fontconfigMitchell Hashimoto
2022-10-02font: set "backend" enum vs booleansMitchell Hashimoto