mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
docs: describe load_flags
field in Face
struct
This commit is contained in:
@ -35,7 +35,7 @@ pub const Face = struct {
|
||||
/// Metrics for this font face. These are useful for renderers.
|
||||
metrics: font.face.Metrics,
|
||||
|
||||
/// Metrics for this font face. These are useful for renderers.
|
||||
/// Freetype load flags for this font face.
|
||||
load_flags: config.FreetypeLoadFlags,
|
||||
|
||||
/// Set quirks.disableDefaultFontFeatures
|
||||
|
Reference in New Issue
Block a user