shanehandley

Results 4 comments of shanehandley

This appears to be caused by the window size becoming too small to acommodate applied padding: https://github.com/PistonDevelopers/conrod/blob/aeca45b2782687409c453496117704094617d325/backends/conrod_glium/examples/text.rs#L136 Needs some investigation 🔬.

I was wrong 🙇 . `parse_floating_point_number` is probably correct, my mistake was using it when I should have used `set_best_representation_of_the_floating_point_number`, which is the one we need to touch up 👍...

Just for the benefit of others coming here with a similar requirement, I used the following (imperfect) process for getting a Buffer into pdf-image and working with the output via...