config: note that emoji font requires explicit override

Fixes #2072
This commit is contained in:
Mitchell Hashimoto
2024-09-03 15:32:32 -07:00
parent 1f08478178
commit 339a83c89d

View File

@ -50,6 +50,11 @@ const c = @cImport({
/// font. This is particularly useful for multiple languages, symbolic fonts, /// font. This is particularly useful for multiple languages, symbolic fonts,
/// etc. /// etc.
/// ///
/// Notes on emoji specifically: On macOS, Ghostty by default will always use
/// Apple Color Emoji and on Linux will always use Noto Emoji. You can
/// override this behavior by specifying a font family here that contains
/// emoji glyphs.
///
/// The specific styles (bold, italic, bold italic) do not need to be /// The specific styles (bold, italic, bold italic) do not need to be
/// explicitly set. If a style is not set, then the regular style (font-family) /// explicitly set. If a style is not set, then the regular style (font-family)
/// will be searched for stylistic variants. If a stylistic variant is not /// will be searched for stylistic variants. If a stylistic variant is not