method:new Font ( type, style, size );return type:Fontcontent:ใช้สร้าง object fontexample:Font font = new Font ( "TimesRoman", Font.BOLD, 12 );