getFontSize method

double getFontSize(
  1. double fontSize
)
inherited

Implementation

double getFontSize(double fontSize) {
  return TencentCloudChatScreenAdapter.getFontSize(fontSize);
}