Skip to content

Commit

Permalink
Fix FontConfig after upgrade to new ImGui version. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraVoves authored Feb 7, 2025
1 parent 6763f8a commit ca22cd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui.zig
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,17 @@ pub const FontConfig = extern struct {
font_data: ?*anyopaque,
font_data_size: c_int,
font_data_owned_by_atlas: bool,
merge_mode: bool,
pixel_snap_h: bool,
font_no: c_int,
size_pixels: f32,
oversample_h: c_int,
oversample_v: c_int,
pixel_snap_h: bool,
size_pixels: f32,
glyph_extra_spacing: [2]f32,
glyph_offset: [2]f32,
glyph_ranges: [*c]u16,
glyph_min_advance_x: f32,
glyph_max_advance_x: f32,
merge_mode: bool,
font_builder_flags: FontBuilderFlags,
rasterizer_multiply: f32,
rasterizer_density: f32,
Expand Down

0 comments on commit ca22cd8

Please sign in to comment.