bool IsCJK(UInt16 code) const;
IsCJK returns true if the character is a CJK (Chinese, Japanese, Korean). The function is used for strong native hinting with device fonts.
Parameters |
Description |
UInt16 code |
Character code. |
A Boolean value of true if the character is CJK.