📜  如何使字体更大 swift ui - Swift 代码示例

📅  最后修改于: 2022-03-11 15:01:01.842000             🧑  作者: Mango

代码示例1
Text("Hello, World!")
    .font(.title3)
// There are many different options such as .title, .title2 and etc!