UEFIStarter icon indicating copy to clipboard operation
UEFIStarter copied to clipboard

graphics: add clipping to font renderer

Open rinusser opened this issue 6 years ago • 0 comments

Currently the draw_text() function works but will continue writing beyond the screen width, resulting in text shifted 1px down on the left side of the screen.

Improve this: clip text at buffer width (ideally still render the last partial letter) and log a warning if the text was clipped.

rinusser avatar Jan 26 '18 19:01 rinusser