#include "global.h"#include "OptionIcon.h"#include "ThemeManager.h"#include "PlayerOptions.h"#include "RageUtil.h"Defines | |
| #define | TEXT_OFFSET_X THEME->GetMetricF("OptionIcon","TextOffsetX") |
| #define | TEXT_OFFSET_Y THEME->GetMetricF("OptionIcon","TextOffsetY") |
| #define | TEXT_H_ALIGN THEME->GetMetricI("OptionIcon","TextHAlign") |
| #define | TEXT_V_ALIGN THEME->GetMetricI("OptionIcon","TextVAlign") |
| #define | TEXT_WIDTH THEME->GetMetricI("OptionIcon","TextWidth") |
| #define | TEXT_ZOOM THEME->GetMetricF("OptionIcon","TextZoom") |
| #define | UPPERCASE THEME->GetMetricB("OptionIcon","Uppercase") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7