formatPanel.add(mAntiAliasing, cc.xyw(2,formatPanel.getRowCount(), formatPanel.getColumnCount() - 2));
formatPanel.addRow();
formatPanel.add(mUserFont, cc.xyw(2,formatPanel.getRowCount(),formatPanel.getColumnCount() - 2));
formatPanel.addRow();
final JLabel titleLabel = new JLabel(ProgramInfo.mLocalizer.msg("title", "Title font"));
formatPanel.add(titleLabel, cc.xy(3, formatPanel.getRowCount()));
formatPanel.add(mTitleFont, cc.xyw(6,formatPanel.getRowCount(),2));
formatPanel.addRow();
final JLabel bodyLabel = new JLabel(ProgramInfo.mLocalizer.msg("body", "Description font"));
formatPanel.add(bodyLabel, cc.xy(3,formatPanel.getRowCount()));
formatPanel.add(mBodyFont, cc.xyw(6,formatPanel.getRowCount(),2));