We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6763f8a commit ca22cd8Copy full SHA for ca22cd8
src/gui.zig
@@ -175,17 +175,17 @@ pub const FontConfig = extern struct {
175
font_data: ?*anyopaque,
176
font_data_size: c_int,
177
font_data_owned_by_atlas: bool,
178
+ merge_mode: bool,
179
+ pixel_snap_h: bool,
180
font_no: c_int,
- size_pixels: f32,
181
oversample_h: c_int,
182
oversample_v: c_int,
- pixel_snap_h: bool,
183
+ size_pixels: f32,
184
glyph_extra_spacing: [2]f32,
185
glyph_offset: [2]f32,
186
glyph_ranges: [*c]u16,
187
glyph_min_advance_x: f32,
188
glyph_max_advance_x: f32,
- merge_mode: bool,
189
font_builder_flags: FontBuilderFlags,
190
rasterizer_multiply: f32,
191
rasterizer_density: f32,
0 commit comments