[]
Determines whether the specified character can be the first character on the next line according to Japanese Kinsoku line-breaking rules.
public static bool CanBeFirstCharOnNextLineJap(char ch)
| Type | Name | Description |
|---|---|---|
| char | ch | The character to check. |
| Type | Description |
|---|---|
| bool |
|