Change-Id: I9e151579eeb99e8a51a953ecf07d17d6eeca033f
case PlatformModel.TV:
// TODO : Remove this if the TV/Other device's dpi is correctly changed.
//DebuggingUtils.Dbg(String.Format("TV/Other, fontBaseSize = {0}, BaseScreenHeight = {1}, ScreenHeight = {2}, ScaleRatio = {3}", fontBaseSize, BaseScreenHeight, ScreenHeight, ScaleRatio));
- double tempAdjustmentRatio = 0.22D;
+ double tempAdjustmentRatio = 1D;
return Convert.ToInt32(((double)((double)fontBaseSize / (double)BaseScreenHeight) * (double)ScreenHeight) * ScaleRatio * tempAdjustmentRatio);
}
}