Font::IsCJK

Font::IsCJK
bool IsCJK(UInt16 code) const;
Description

IsCJK returns true if the character is a CJK (Chinese, Japanese, Korean). The function is used for strong native hinting with device fonts.

Parameters
Parameters 
Description 
UInt16 code 
Character code. 
Return Value

A Boolean value of true if the character is CJK.