Davin
2024-06-07 4c1abca185a5727da6fb314a0cb4cd44bfe1b3bf
EZSDK/EZSDK/EZ/Global/HDLEZConstants.h
@@ -44,8 +44,8 @@
// Design Width&Height
#define HDLEZDesignWidth 375
#define HDLEZDesignHeight 667
#define HDLEZGetRealWidth(W)  W / (HDLEZDesignWidth * 1.0f / APP_SCREEN_WIDTH)
#define HDLEZGetRealHeight(H)  H / (HDLEZDesignHeight * 1.0f / APP_SCREEN_HEIGHT)
#define HDLEZGetRealWidth(W)  W / (HDLEZDesignWidth * 1.0f / HDLEZ_APP_SCREEN_WIDTH)
#define HDLEZGetRealHeight(H)  H / (HDLEZDesignHeight * 1.0f / HDLEZ_APP_SCREEN_HEIGHT)
// 字体颜色*