class func defaultOrthography (forLanguage : String) -> Self
Creates and returns an orthography object with the default language map for the specified language.
ある正書法オブジェクトをその指定される言語に対する省略時の言語マップで作成して返します。
Availability 有効性
Technology
script
The dominant script. 優勢な書体。
map
A dictionary mapping ISO 15924 script codes to arrays of BCP-47 language tags. ISO 15924書体コードをBCP-47言語タグの配列にマップしている辞書。
An orthography object initialized with the specified script and language map. 指定された書体と言語マップで初期化された正書法オブジェクト。
You typically use the default
method to create orthography objects with automatic language mapping. Use this initializer only if you need to override the script associated with one or more languages.
あなたは概してdefault
メソッドを使うことで、自動的な言語マッピングを備える正書法オブジェクトを作成します。あなたが1つ以上の言語と結び付けられた書体をオーバーライドする必要がある場合にのみ、このイニシャライザを使ってください。
class func defaultOrthography (forLanguage : String) -> Self
+ orthographyWithDominantScript:languageMap: