How to create custom font

In my drawText method, the font I put, is one of Graphics.FONT_xxxx .
But this is too small or too big, never the good size. I don't know how to adjust. I try all the Graphics.FONT_xxx

I see in the doc, that we could load a custom font from resources : how to do it ?

Thanks