[]
        
(Showing Draft Content)

C1.Util.SvgRendering.IsVerticalCJK

IsVerticalCJK Method

IsVerticalCJK(char)

Is vertical CJK (Chinese, Japanese, and Korean) of the character.

Declaration
public static bool IsVerticalCJK(char ch)
Parameters
Type Name Description
char ch

The testing character.

Returns
Type Description
bool

True if the character string is vertical CJK, otherwise false.

IsVerticalCJK(string)

Is vertical CJK (Chinese, Japanese, and Korean) of the text string.

Declaration
public static bool IsVerticalCJK(string text)
Parameters
Type Name Description
string text

The text string.

Returns
Type Description
bool

True if the text string is vertical CJK, otherwise false.