SOLVED Tracking when/which font is being assigned to the mojo.roboFont.CurrentFont()
- 
					
					
					
					
 Hi, Is there any event that describes when CurrentFont()is being chosen?
 something similar tocurrentGlyphChangedThanks in advance 
 
- 
					
					
					
					
 Damn, I was looking for it whole day(forgot what is the name of this extension) Thanks! 
 
- 
					
					
					
					
 fontBecameCurrentwhen the current font changes, two related notifications are posted: - fontResignCurrent: the font which will no longer be the current one
- fontBecameCurrent: the font which is the new current one
 you can see them both (and many others! :) using the EventObserver extension:  
 
 
			
		