In app development using Flutter, Text is heavily used in every app, but the behavior is slightly different between iOS and Android, and it doesn't look exactly the same on both platforms as is. Android tends to take up more widget height than iOS, among other differences. While using the same font on iOS and Android can eliminate design differences when placing Text across platforms, it's not user-friendly if the system font chosen by the OS the user usually sees is different. In this session, we will introduce the components of Text, make the audience aware that the execution results of Text are slightly different for each platform, and aim to be able to create Text that looks the same on iOS and Android.