Just a note to my code, these are what I tried to use to change size:
tsize->mode= TXT_BY_TILE_SIZE; //compiles but crashes at runtime
//tsize.size.width=40; // error: error resolving size, the left side is not a structure or union
//tsize->size.width=40; //compiles but crashes at runtime
I tried on at a time and the result is written in front of each one.
tsize->mode= TXT_BY_TILE_SIZE; //compiles but crashes at runtime
//tsize.size.width=40; // error: error resolving size, the left side is not a structure or union
//tsize->size.width=40; //compiles but crashes at runtime
I tried on at a time and the result is written in front of each one.