Struct font_atlas::OutputPosition
[−]
[src]
pub struct OutputPosition {
pub c: char,
pub screen_pos: (i32, i32),
pub char_info: CharInfo,
}The position of a character when drawn from a string.
Fields
c | The character being drawn |
screen_pos | The position of the character on the screen |
char_info | More information about the drawn character |