Font Changes in Processing

Hello, I wanna change font smoother. For Example:

My texts’ font is ‘xx’. When My Mouse reaches to my text it’s font has to change to ‘xx bold’ smoother.
When I remove My Mouse from my text it has to be in initial font.

Have a look a this example to get you started with hovering. In your case, you can define two fonts and applied the font every time the hover state changes via tesxtFont().

Kf

I can do this… But I have said that I need SMOOTH transition… Thanks.