mach/freetype/src
Jamie Brandon 15c71f5135 freetype: Avoid dereferencing null bitmap buffer.
For some characters (eg \r) the returned glyph will have .{.rows = 0, .width=0, .pitch = 0, .buffer = null}. In zig null[0..0] causes a panic rather than returning an empty slice.
2022-06-10 12:55:19 -07:00
..
freetype freetype: Avoid dereferencing null bitmap buffer. 2022-06-10 12:55:19 -07:00
harfbuzz freetype: find and fix bugs by fixing refAllDecls() 2022-06-10 12:53:10 -07:00
utils.zig freetype: find and fix bugs by fixing refAllDecls() 2022-06-10 12:53:10 -07:00