SwiftUI Font指定
Font Structureのstaticメソッドを使用します。
static func custom(_ name: String, size: CGFloat) -> Font
フォン名とサイズを指定。
example
Text("Hello World") .font(Font.custom("AppleSDGothicNeo-UltraLight", size: 40.0))
知識は力なり、知識は宝なり。
リファクタリング 第2版 13頁 第1章 play変数の削除 amountFor ...
Swift MusicKitプログラミング その5 MusicCatalogSe ...
ついつい忘れるので記録 import Foundation func getLa ...
Xcode Find、正規表現で検索 Findの横の文字「Text」を選択すると ...
Example 配列 var stateA = (repeating:true, ...