Enumeration 列挙

NSLocale.LanguageDirection

The directions that a language may take across a page of text. ある言語がテキストのページを渡っていく方向。

Declaration 宣言

enum LanguageDirection : UInt, @unchecked Sendable

Overview 概要

Use these constants with the methods lineDirection(forLanguage:) and characterDirection(forLanguage:). これらの定数をメソッドlineDirection(forLanguage:)およびcharacterDirection(forLanguage:)で使ってください。

Topics 話題

Constants 定数

Relationships 関係

Conforms To 次に準拠

See Also 参照

Getting Line and Character Direction for a Language ある言語に対する行と文字の方向を取得する