1#ifndef YAZEE_MESSAGE_PREVIEW_H_
2#define YAZEE_MESSAGE_PREVIEW_H_
21 int sizex = 1,
int sizey = 1);
Editors are the view controllers for the application.
constexpr int kCurrentMessageWidth
constexpr int kCurrentMessageHeight
Main namespace for the application.
std::vector< uint8_t > current_preview_data_
void DrawMessagePreview(const MessageData &message)
std::array< uint8_t, kWidthArraySize > width_array
std::vector< uint8_t > font_gfx16_data_2_
std::vector< uint8_t > font_gfx16_data_
void DrawCharacterToPreview(char c)
void DrawStringToPreview(const std::string &str)
std::vector< DictionaryEntry > all_dictionaries_
void DrawTileToPreview(int x, int y, int srcx, int srcy, int pal, int sizex=1, int sizey=1)