andrew icon indicating copy to clipboard operation
andrew copied to clipboard

Convenient drawing of objects such as shapes, lines and text to buffers

Results 4 andrew issues
Sort by recently updated
recently updated
newest added

See https://github.com/Smithay/client-toolkit/issues/170#issuecomment-754922916

At example test.rs, fontconfig chooses a font with a file name "luRS08-ISO8859-1.pcf.gz" which leads to `thread 'main' panicked at 'Error constructing Font'`. This patch simply forces to use font with...

Andrew seems to load the configuration file for fontconfig directly: https://github.com/trimental/andrew/blob/30a2d2487e726520cfcf8a2e615fefab697649c7/src/text/fontconfig.rs#L15 This will obviously cause problems on systems that do not have the file in that location. Like Clear Linux...

Thanks for this nice crate. I want to use it to render data into a buffer, to create a glium texture to render with imgui. But it doesn't compile on...