May 30, 2012
8:49 a.m.
Hello In case, it is useful to someone. It is how I clean up the known fonts in the image and load an external one located along the image. FreeTypeFontProvider unload. FreeTypeFontProvider current updateFromFileEntry: (FileDirectory default entryAt: 'UnDotum.ttf') directory: FileDirectory default locationType: #imageRelative. FreeTypeFontProvider current buildFamilies. FreeTypeFontSelectorDialogWindow new open. "to see the loaded font" StandardFonts balloonFont: (LogicalFont familyName: 'UnDotum' pointSize: 10). StandardFonts defaultFont: (LogicalFont familyName: 'UnDotum' pointSize: 11). Hilaire -- Dr. Geo -- http://www.drgeo.eu