Text

作者: 秋分落叶 | 来源:发表于2019-10-08 17:18 被阅读0次
    • font 字体大小
    Text("Hello World").font(.system(size: 22))
    Text("Hello World").font(.title)
    
    • fontWeight 黑体
    Text("Hello World").fontWeight(.bold)
    
    • foregroundColor 文字颜色
    Text("Hello World").foregroundColor(.red)
    
    • multilineTextAlignment 文字对齐方式
    Text("Hello World").multilineTextAlignment(.center)
    

    相关文章

      网友评论

          本文标题:Text

          本文链接:https://www.haomeiwen.com/subject/vltipctx.html