macos: hacky API to get a CTFont for QuickLook

This commit is contained in:
Mitchell Hashimoto
2024-06-18 17:43:39 -04:00
parent 280b8efacc
commit d5f27245d4
3 changed files with 68 additions and 2 deletions

View File

@@ -556,6 +556,7 @@ uintptr_t ghostty_surface_selection(ghostty_surface_t, char*, uintptr_t);
#ifdef __APPLE__
void ghostty_surface_set_display_id(ghostty_surface_t, uint32_t);
void* ghostty_surface_quicklook_font(ghostty_surface_t);
#endif
ghostty_inspector_t ghostty_surface_inspector(ghostty_surface_t);