Enumeration 列挙

NSLocaleLanguageDirection

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

Declaration 宣言

typedef enum NSLocaleLanguageDirection : NSUInteger {
    ...
} NSLocaleLanguageDirection;

Overview 概要

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

Topics 話題

Constants 定数

See Also 参照

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