Daid Posted January 31, 2014 Report Posted January 31, 2014 As shown here: http://daid.eu/~daid/IMG_20140124_144355.small.jpgFont drawing seems to go wrong when the text is clipped.A simple example to reproduce this: gwinSetDefaultFont(gdispOpenFont("DejaVuSans32")); wi.g.x = 0; wi.g.y = 0; wi.g.width = 48; wi.g.height = 90; wi.customDraw = gwinRadioDraw_Tab; wi.text = "SET"; ghTabPrint = gwinRadioCreate(NULL, &wi, 0);Both the S and the T will be corrupted.
Joel Bodenmann Posted January 31, 2014 Report Posted January 31, 2014 Thank you very much for the detailed bug report.I'll take a look as soon as possible.~ Tectu
Joel Bodenmann Posted February 1, 2014 Report Posted February 1, 2014 Issue fixed: https://bitbucket.org/Tectu/ugfx/commit ... ?at=masterThanks for reporting.~ Tectu
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now