mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
docs: write documentation for freetype_load_flags
field
This commit is contained in:
@ -452,6 +452,10 @@ pub const LoadOptions = struct {
|
|||||||
/// for this is owned by the user and is not freed by the collection.
|
/// for this is owned by the user and is not freed by the collection.
|
||||||
metric_modifiers: Metrics.ModifierSet = .{},
|
metric_modifiers: Metrics.ModifierSet = .{},
|
||||||
|
|
||||||
|
/// Freetype Load Flags to use when loading glyphs. This is a list of
|
||||||
|
/// bitfield constants that controls operations to perform during glyph
|
||||||
|
/// loading. Only a subset is exposed for configuration, for the whole set
|
||||||
|
/// of flags see `pkg.freetype.face.LoadFlags`.
|
||||||
freetype_load_flags: font.face.FreetypeLoadFlags = font.face.freetype_load_flags_default,
|
freetype_load_flags: font.face.FreetypeLoadFlags = font.face.freetype_load_flags_default,
|
||||||
|
|
||||||
pub fn deinit(self: *LoadOptions, alloc: Allocator) void {
|
pub fn deinit(self: *LoadOptions, alloc: Allocator) void {
|
||||||
|
Reference in New Issue
Block a user