1
如何獲取Windows中特定字體的路徑。有沒有一種特定的方式讓他們獲得所有Windows版本?或者它對於所有操作系統都不同。C++字體路徑Windows
實施例:
.../path/fonts/truetype/arial.ttf
如何獲取Windows中特定字體的路徑。有沒有一種特定的方式讓他們獲得所有Windows版本?或者它對於所有操作系統都不同。C++字體路徑Windows
實施例:
.../path/fonts/truetype/arial.ttf
選項1:Get a font filepath from name and style in C++/Windows(SO;也參見其中的鏈接)。
選項2:There is an API for this,CSIDL爲CSIDL_FONTS
或(對於Vista及更高版本)KNOWNFOLDERID爲FOLDERID_Fonts
。