StructureFont
Font.Weight
A weight 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 宣言
@frozen struct Weight
Topics 話題
Getting Font Weights
Comparing Font Weights フォントウェイトを比較する
static func == (Font.Weight, Font.Weight) -> Bool
Indicates whether two font weights are equal.
static func != (Self, Self) -> Bool
Indicates whether two font weights are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the font weight by passing them into the given hash function.
var hashValue : Int
The hashed value of the font weight.
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 Design
A design to use for fonts.
フォントに対して使うデザイン。
enum TextStyle
A dynamic text style to use for fonts.
フォントに対して使う動的テキストスタイル。