Searched refs:setDefaultProperties (Results 1 – 1 of 1) sorted by relevance
139 FT_Set_Default_PropertiesProc setDefaultProperties; in FreeTypeLibrary() local140 *(void**)(&setDefaultProperties) = dlsym(self, "FT_Set_Default_Properties"); in FreeTypeLibrary()143 if (setDefaultProperties) { in FreeTypeLibrary()144 setDefaultProperties(fLibrary); in FreeTypeLibrary()