On my application on Main.prg I use a Object class Tapplication (oApp) and set the DATA oFont with ::oFont := TFont():New( GetDefaultFontName2(), 0, GetDefaultFontHeight2(),, ) on all prgs I use the expression oApp():oFont to call this font then when ...