DING_UNICODE); WriteCharToBuf(L'面'); WriteCharToBuf(L'码'); WriteCharToBuf(L'最'); WriteCharToBuf(L'高'); for (int iCurrLine=0;iCurrLine<CHAR_BUF_LEN;iCurrLine++) { printf("%s\n",PrintBuf[iCurrLine]); } FT_Done_Face(face); FT_Done_FreeType(library); getchar(); } void WriteCharToBuf(wchar_t wChar) { static int iWriteOffset=0; FT_UInt glyph_index = FT_Get_Char_Index(face, wChar); FT_Error bError = FT_Load_Glyph(face, glyph_index, FT_LOAD_DEFAULT); if(face->glyph->format != FT_GL