Enumeration
列挙
Font
Font.Design
A design to use for fonts.
フォントに対して使うデザイン。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
enum Design
Topics 話題
Getting Font Designs
Comparing Font Designs フォントデザインを比較する
static func == (Font.Design, Font.Design) -> Bool
Indicates whether two font designs are equal.
static func != (Self, Self) -> Bool
Indicates whether two font designs are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the font design by passing them into the given hash function.
var hashValue : Int
The hashed value of the font design.
Default Implementations 省略時実装
See Also 参照
Getting System Fonts システムフォントを取得する
static func system(Font.TextStyle , design: Font.Design) -> Font
Gets a system font with the given style and design.
指定されたスタイストデザインをもつシステムフォントを取得します。
static func system(size: CGFloat, weight: Font.Weight, design: Font.Design) -> Font
Specifies a system font to use, along with the style, weight, and any design parameters you want applied to the text.
使用するシステムフォントを指定します、あなたがテキストに適用されることを望むスタイル、ウェイト、そしてあらゆるデザインパラメータも一緒に。
enum TextStyle
A dynamic text style to use for fonts.
フォントに対して使う動的テキストスタイル。
struct Weight
A weight to use for fonts.
フォントそれらに使うことになるウェイト。