[]
Provides support for Japanese Kinsoku line-breaking rules.
public static class Kinsoku
| Name | Description |
|---|---|
| CanBeFirstCharOnNextLineJap(char) | Determines whether the specified character can be the first character on the next line according to Japanese Kinsoku line-breaking rules. |
| CanBeLastCharOnLineJap(char) | Determines whether the specified character can be the last character on a line according to Japanese Kinsoku line-breaking rules. |
| GetLineBreak(string, int, bool, bool, bool) | Find latest possible line break position before 'lineBreakPos'. |