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))
知識は力なり、知識は宝なり。
Swift 今更!?PencilKit 以前の記事「Swift 今更!?Penc ...
let now = Locale.current.identifier Loca ...
Styleはinitで渡せない為、派生クラス作成。 派生クラス class De ...
Refill Calendar リンクはストアにアップしてある横版ページ。 縦お ...
概要 READMEより(Google翻訳) ここでは、一般的なアルゴリズムとデー ...