XCode 15.0 日本語化計画:New Human Interface Guideline
UIKit が定義する属性の範囲。
let backgroundColor: AttributeScopes.AppKitAttributes.BackgroundColorAttribute
背景の色属性にアクセスするためのプロパティ。
let foregroundColor: AttributeScopes.AppKitAttributes.ForegroundColorAttribute
前景の色属性にアクセスするためのプロパティ。
let font: AttributeScopes.AppKitAttributes.FontAttribute
フォント属性にアクセスするためのプロパティ。
let kern: AttributeScopes.AppKitAttributes.KernAttribute
カーニング属性にアクセスするためのプロパティ。
let ligature: AttributeScopes.AppKitAttributes.LigatureAttribute
リガチャー(合字) 属性にアクセスするためのプロパティ。
let glyphInfo: AttributeScopes.AppKitAttributes.GlyphInfoAttribute
glyph (絵文字) 情報属性にアクセスするためのプロパティ。
let tracking: AttributeScopes.AppKitAttributes.TrackingAttribute
追跡属性にアクセスするためのプロパティ。
let baselineOffset: AttributeScopes.AppKitAttributes.BaselineOffsetAttribute
ベースラインのオフセット属性にアクセスするためのプロパティ。
let obliqueness: AttributeScopes.AppKitAttributes.ObliquenessAttribute
obliqueness (斜度) 属性にアクセスするためのプロパティ。
  廃止  
let shadow: AttributeScopes.AppKitAttributes.ShadowAttribute
陰影属性にアクセスするためのプロパティ。
let strikethroughColor: AttributeScopes.AppKitAttributes.StrikethroughColorAttribute
strikethrough (取り消し線) の色属性にアクセスするためのプロパティ。
let strikethroughStyle: AttributeScopes.AppKitAttributes.StrikethroughStyleAttribute
取り消し線のスタイル属性にアクセスするためのプロパティ。
let strokeColor: AttributeScopes.AppKitAttributes.StrokeColorAttribute
ストロークの色属性にアクセスするためのプロパティ。
let strokeWidth: AttributeScopes.AppKitAttributes.StrokeWidthAttribute
ストローク幅の属性にアクセスするためのプロパティ。
let textEffect: AttributeScopes.AppKitAttributes.TextEffectAttribute
テキスト効果の属性にアクセスするためのプロパティ。
let underlineColor: AttributeScopes.AppKitAttributes.UnderlineColorAttribute
下線の色属性にアクセスするためのプロパティ。
let underlineStyle: AttributeScopes.AppKitAttributes.UnderlineStyleAttribute
下線のスタイル属性にアクセスするためのプロパティ。
let attachment: AttributeScopes.AppKitAttributes.AttachmentAttribute
付属の属性にアクセスするためのプロパティ。
let expansion: AttributeScopes.AppKitAttributes.ExpansionAttribute
拡張の属性にアクセスするためのプロパティ。
  廃止  
let cursor: AttributeScopes.AppKitAttributes.CursorAttribute
カーソル属性にアクセスするためのプロパティ。
let toolTip: AttributeScopes.AppKitAttributes.ToolTipAttribute
ツールチップ属性にアクセスするためのプロパティ。
let textAlternatives: AttributeScopes.AppKitAttributes.TextAlternativesAttribute
テキスト代替属性にアクセスするためのプロパティ。
let foundation: AttributeScopes.FoundationAttributes
Foundation フレームワークによって定義された属性にアクセスするためのプロパティ。
let markedClauseSegment: AttributeScopes.AppKitAttributes.MarkedClauseSegmentAttribute
let paragraphStyle: AttributeScopes.AppKitAttributes.ParagraphStyleAttribute
let superscript: AttributeScopes.AppKitAttributes.SuperscriptAttribute
typealias AttributeScopes.AppKitAttributes.DecodingConfiguration
この型のインスタンスの復号化を支援するために使用される構成インスタンスの型。
typealias AttributeScopes.AppKitAttributes.EncodingConfiguration
この型のインスタンスのコード化を支援するために使用される構成インスタンスの型。
let accessibility: AttributeScopes.AccessibilityAttributes
var appKit: AttributeScopes.AppKitAttributes.Type
AppKit が定義する属性の範囲にアクセスするためのプロパティ。