Download FDK Programmer`s Reference
Transcript
F_StrCatDblCharNEnc() ... FDK Function Reference F_StrCatDblCharNEnc() F_StrCatDblCharNEnc() appends a double-byte character to a string, limiting the length of the resulting string to a specified length. .............................................................................. I M P O RTA NT: This function specifies string length in terms of bytes and not characters. Also, n includes the terminating byte. A value of 7 for n limits the length of the string to three double-byte characters. .............................................................................. Synopsis #include "fencode.h" . . . IntT F_StrCatDblCharN(StringT s1, UCharT first, UCharT second, UIntT n, FontEncIdT feId); Arguments s1 The string first The first byte of the double-byte character to append to the string second The second byte of the double-byte character to append to the string n The length (including the terminating NULL byte) to which to limit the concatenated string feId The ID of the font encoding for the charcter you are appending to the string Returns The final length in bytes of the concatenated string. FDK Programmer’s Reference 639