GoogleSlides
Replicates the format of Google Slides.
Google Slides measures slides in inches, with a default size of 10 inches by 5.63 inches. However, when zoom is set to 100%, this is visually the same as 960.dp
by 540.dp
in Compose. To map measurements, the density is set such that 1.dp
is the same as 1 inch.
Font sizes in Google Slides are represented in points, with 100 points resulting in a text box with a height of 1.68 inches. To map font sizes, the font scale is set such that 100.sp
results in a measured height of 1.68.dp
.