ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
Loading...
Searching...
No Matches
CharInfo Struct Reference

Character position and color for one visible character in a color-escaped string. More...

Data Fields

SDL_Color color
 
SDL_Rect rect
 

Detailed Description

Character position and color for one visible character in a color-escaped string.

Definition at line 80 of file Text.c.

Field Documentation

◆ color

SDL_Color CharInfo::color

Definition at line 82 of file Text.c.

◆ rect

SDL_Rect CharInfo::rect

Definition at line 81 of file Text.c.


The documentation for this struct was generated from the following file: