こんにちは , my program used to read txt file with Chinese and English text (BIG5 format) and drawing the text on screen with DrawStringToHandle.
This is how I load the font
font = CreateFontToHandle( "Noto Sans T Chinese Black" , 26 , 9 ,DX_FONTTYPE_ANTIALIASING_EDGE_8X8,DX_CHARSET_BIG5 ) ;
But after updated to 3.14d from 3.12a.
Only English characters can be drawn, all Chinese characters become blank. Is there a new function to use for BIG5 characters? Thanks
By the way, sorry for my English comment...