function RenderTTF(){
    
  
   DATAFUNCS.RenderFonts('tit_H1',{ 
        fontSize         : '24.75',
       backgroundColor  : 'FFFFFF',
       color            : cor1,
       fontFile         : font1,
       transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_H2',{ 
        fontSize         : '15',
       backgroundColor  : 'FFFFFF',
       color            : cor2,
       fontFile         : font2,
       transparent      : '1'
  });
  
   
    
}  

 
