| 497 | }; |
| 498 | |
| 499 | static inline UISnazzyTextItem *MonitorSmallText(const char *text) { |
| 500 | return new UISnazzyTextItem(0, MONITOR9_NEWUI_FONT, text, NEWUI_MONITORFONT_COLOR); |
| 501 | } |
| 502 | |
| 503 | static inline UISnazzyTextItem *MonitorLargeText(const char *text) { |
| 504 | return new UISnazzyTextItem(0, MONITOR15_NEWUI_FONT, text, NEWUI_MONITORFONT_COLOR); |