0

我有字体文件名。我必须在运行时设置代码页才能在 LibHaru PDF lib 中获取 HPDF_Font 句柄。目前,它正在使用 CP1252 代码页。我们需要来自其他代码页的支持字体。

代码片段:

const char * font_name = HPDF_LoadTTFontFromFile(m_hPdfDoc, ttfFile(), HPDF_TRUE);
HPDF_Font hFont = HPDF_GetFont(m_hPdfDoc, font_name, codePage); //

有没有办法通过使用字体文件名来获取代码页?或者有没有其他方法可以在运行时获取代码页?

4

0 回答 0