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
/
src
/
font
/
DeferredFace.zig
Age
Commit message (
Expand
)
Author
2025-08-21
font: fix fontconfig leaks in unit tests
Mitchell Hashimoto
2025-05-26
style: use decl literals
Qwerasd
2025-05-01
fix(tests): correctly deinit font faces
Qwerasd
2025-05-01
font/freetype: introduce mutexes to ensure thread safety of Library and Face
Qwerasd
2024-11-05
coretext: set variations on deferred face load
Mitchell Hashimoto
2024-08-24
font: support variations for coretext_freetype backend
Mitchell Hashimoto
2024-08-05
chore: clean up typos
Ćukasz Niemier
2024-05-28
font: remove deferred face todo, note why
Mitchell Hashimoto
2024-05-28
font: handle presentation at glyph layer
Mitchell Hashimoto
2024-05-09
fix point size type
Qwerasd
2024-05-01
font: noop shaper
Mitchell Hashimoto
2024-04-30
build: add -Dfont-backend=coretext_harfbuzz to force Harfbuzz w/ CT
Mitchell Hashimoto
2024-04-05
font: remove unused struct
Mitchell Hashimoto
2023-11-17
change unmodified `var`s to `const`s in anticipation of zig changes
Krzysztof Wolicki
2023-10-05
font: fix failing macos tests
Mitchell Hashimoto
2023-10-04
font: modify font compiles for freetype
Mitchell Hashimoto
2023-10-04
font: wire up all the metric modifiers
Mitchell Hashimoto
2023-10-04
font: rework font init to use a struct with modifiersets everywhere
Mitchell Hashimoto
2023-10-03
font/fontconfig: adhere to correct function signature
Mitchell Hashimoto
2023-10-03
font/coretext: score discovered fonts
Mitchell Hashimoto
2023-09-24
font: CoreText discovery searches monospace only by default
Mitchell Hashimoto
2023-09-13
font: fallback search must verify presentation
Mitchell Hashimoto
2023-08-28
font: freetype supports font variation settings
Mitchell Hashimoto
2023-08-25
font: fontconfig adaptations to new api
Mitchell Hashimoto
2023-08-25
font: DeferredFace.name takes a buffer
Mitchell Hashimoto
2023-08-25
font: DeferredFace can no longer represent a loaded face
Mitchell Hashimoto
2023-08-25
font: move auto-italicization to Group
Mitchell Hashimoto
2023-07-03
font: share skew matrix for core text
Mitchell Hashimoto
2023-07-03
font: support skew transform for auto-italics
Mitchell Hashimoto
2023-06-30
Update Zig (#164)
Mitchell Hashimoto
2023-06-25
Update zig, mach, fmt
Mitchell Hashimoto
2023-05-31
font: if CoreText needs to allocate, stack allocate and log
Mitchell Hashimoto
2022-12-07
font: web canvas face has to render to check presentation for cp
Mitchell Hashimoto
2022-12-06
font: web canvas can render emoji
Mitchell Hashimoto
2022-12-05
font: DeferredFace is wasm-compatible
Mitchell Hashimoto
2022-12-05
font: begin making Group work with wasm
Mitchell Hashimoto
2022-12-01
Start scaffolding web_canvas backend
Mitchell Hashimoto
2022-10-16
Bring back freetype font bitmap conversion
Mitchell Hashimoto
2022-10-09
font: deferred face can load core text backend
Mitchell Hashimoto
2022-10-08
fix compilation
Mitchell Hashimoto
2022-10-08
font: coretext face presentation
Mitchell Hashimoto
2022-10-08
Make font face a compile time interface, stub for coretext
Mitchell Hashimoto
2022-10-02
font: set "backend" enum vs booleans
Mitchell Hashimoto
2022-10-01
Mac Font Discovery with CoreText (#17)
Mitchell Hashimoto
2022-09-29
search for fonts on startup
Mitchell Hashimoto
2022-09-24
font: test loading deferred face for fontconfig
Mitchell Hashimoto
2022-09-23
src/font: working on initiaizing deferred fonts from fc
Mitchell Hashimoto
2022-09-23
store requested size alongside deferred font for loading
Mitchell Hashimoto
2022-09-23
font group works with deferred faces exclusively
Mitchell Hashimoto
2022-09-23
font discovery builds up a set of deferred faces
Mitchell Hashimoto
[next]