"Draw Text" Function Implementation #9
Labels
Console
Related to the Console crate
Discussion
Discussions and non-concrete issues.
enhancement
New feature or request
help wanted
Extra attention is needed
We currently have a
console_log
function, we also have the beginnings of adraw_text
implementation.This function would draw text on the screen at the specificed location, similar to drawing a sprite.
How should we represent fonts?
I think it would be good to keep it simple and restrict it to monospace fonts - however, I'm not picky on this. But I think anything more than this is out of the scope of the feature. For example, we shouldn't need to pass in things like wrapping settings, justification, etc.
It could also potentially open up some nice hacks/tricks where developers use drawing of fonts as an alternative for sprite drawing.
What do users/developers want out of a "Draw Text" function?
The text was updated successfully, but these errors were encountered: