index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
macos
/
text
/
font.zig
Age
Commit message (
Expand
)
Author
2025-10-03
Zig 0.15: zig fmt
Mitchell Hashimoto
2025-03-15
pkg/macos: clean up for Zig 0.14, consolidate C imports into one decl
Mitchell Hashimoto
2024-12-16
font(coretext): tolerate fonts without OS/2 tables
Qwerasd
2024-10-25
font/coretext: use CTFontCreateForString for final codepoint fallback
Mitchell Hashimoto
2024-09-23
coretext: improve strikethrough position calculation
Qwerasd
2024-08-24
pkg/macos: copyAttribute should return optional
Mitchell Hashimoto
2024-08-16
pkg/macos: yeet more usingns
Mitchell Hashimoto
2024-05-27
font/coretext: can read font tables
Mitchell Hashimoto
2024-05-26
font: treated fonts with mixed color/non-color glyphs as text
Mitchell Hashimoto
2024-05-05
pkg/macos: CTFontCreateForString
Mitchell Hashimoto
2024-05-05
pkg/macos: add more CoreText APIs
Mitchell Hashimoto
2024-04-30
Fix typo.
Gordon Cassie
2023-12-15
font/coretext: use `CTFontCopyFamilyName`
Kyaw
2023-12-11
pkg/macos: more APIs
Mitchell Hashimoto
2023-11-03
font/coretext: discovery scoring should take into account symb. traits
Mitchell Hashimoto
2023-10-13
font: fallback search should search full discovery chain
Mitchell Hashimoto
2023-08-28
font/coretext: ability to set variation axes
Mitchell Hashimoto
2023-07-03
font: support skew transform for auto-italics
Mitchell Hashimoto
2023-07-01
fix up for new zig
Mitchell Hashimoto
2023-07-01
coretext: calculate units per em/point
Mitchell Hashimoto
2023-06-30
Update Zig (#164)
Mitchell Hashimoto
2023-06-25
Update zig, mach, fmt
Mitchell Hashimoto
2022-10-09
pkg/macos: bitmap info arg
Mitchell Hashimoto
2022-10-08
font: start working on core text cell height calcs
Mitchell Hashimoto
2022-10-08
pkg/macos: some font metrics functions
Mitchell Hashimoto
2022-10-08
font: coretext face presentation
Mitchell Hashimoto
2022-10-08
font: begin coretext Face
Mitchell Hashimoto
2022-10-07
pkg/macos: bounding rects for text
Mitchell Hashimoto
2022-10-07
pkg/macos: font draw glyphs
Mitchell Hashimoto
2022-10-01
Mac Font Discovery with CoreText (#17)
Mitchell Hashimoto
2022-10-01
pkg/macos: font initializes, get glyphs
Mitchell Hashimoto