I am working on some research related to FreeType2 Driver modules. I started my study by reading the Windows font Driver module (Because of its simplicity compared to TrueType and Type1). This Driver module works when a file with format .FNT or .FON is requested from client application.
So, as a first step i want to install some windows font of extension .FNT or .FON. After searching for quite a long time i figured out that .FNT is not used any more in windows so i cant download it. P.S. .FON format is used in windows 10 its a raster type font. So i decided to copy this file (From windows fonts folder) to my usr/share/FON/ directory. It copied successfully and icon was like an executable file in Linux but when i used fontconfig for updating with fc-cache and than listing with fc-list i couldn't see that.
So, is there a way i can install them and test my Windows Driver module? P.S. i know how to install normal .ttf fonts and use them , iam asking about .FON, .FNT format of windows fonts in Linux.