1 #ifndef HORUSEYE_FRAMEWORK_TEXT_H_
2 #define HORUSEYE_FRAMEWORK_TEXT_H_
15 Text(
const std::wstring& message,
Font* font);
16 Text(
const std::vector<std::wstring>& message,
Font* font);
20 void SetMessage(
const std::vector<std::wstring>& message);
29 std::vector<std::wstring> message_;
33 std::vector<double> line_width_;