Class Fonts


  • public class Fonts
    extends java.lang.Object
    Class of font values.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.itextpdf.text.Font TIMES_10
      The Times 10 font.
      static com.itextpdf.text.Font TIMES_9
      The Times 9 font.
      static com.itextpdf.text.Font TIMES_BOLD_10
      The Times 10 bold font.
      static com.itextpdf.text.Font TIMES_BOLD_16
      The Times 16 bold font.
      static com.itextpdf.text.Font TIMES_BOLD_9
      The Times 9 bold font.
      static com.itextpdf.text.Font TIMES_BOLD_HREF_9
      The Times 9 bold href font.
      static com.itextpdf.text.Font TIMES_BOLD_ITALIC_9
      The Times 9 bold italic font.
      static com.itextpdf.text.Font TIMES_HREF_10
      The Times 10 href font.
      static com.itextpdf.text.Font TIMES_HREF_9
      The Times 9 href font.
      static com.itextpdf.text.Font TIMES_ITALIC_9
      The Times 9 italic font.
      static com.itextpdf.text.Font TIMES_ROMAN_12
      The Times Roman 12 font.
      static com.itextpdf.text.Font TIMES_ROMAN_BOLD_12
      The Times Roman 12 bold font.
      static com.itextpdf.text.Font TIMES_ROMAN_UNDERLINE_12
      The Times Roman 12 underlined font.
      static com.itextpdf.text.Font TIMES_UNDERLINE_10
      The Times 10 underlined font.
    • Constructor Summary

      Constructors 
      Constructor Description
      Fonts()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TIMES_10

        public static final com.itextpdf.text.Font TIMES_10
        The Times 10 font.
      • TIMES_BOLD_10

        public static final com.itextpdf.text.Font TIMES_BOLD_10
        The Times 10 bold font.
      • TIMES_UNDERLINE_10

        public static final com.itextpdf.text.Font TIMES_UNDERLINE_10
        The Times 10 underlined font.
      • TIMES_9

        public static final com.itextpdf.text.Font TIMES_9
        The Times 9 font.
      • TIMES_BOLD_9

        public static final com.itextpdf.text.Font TIMES_BOLD_9
        The Times 9 bold font.
      • TIMES_ITALIC_9

        public static final com.itextpdf.text.Font TIMES_ITALIC_9
        The Times 9 italic font.
      • TIMES_BOLD_ITALIC_9

        public static final com.itextpdf.text.Font TIMES_BOLD_ITALIC_9
        The Times 9 bold italic font.
      • TIMES_ROMAN_12

        public static final com.itextpdf.text.Font TIMES_ROMAN_12
        The Times Roman 12 font.
      • TIMES_ROMAN_BOLD_12

        public static final com.itextpdf.text.Font TIMES_ROMAN_BOLD_12
        The Times Roman 12 bold font.
      • TIMES_ROMAN_UNDERLINE_12

        public static final com.itextpdf.text.Font TIMES_ROMAN_UNDERLINE_12
        The Times Roman 12 underlined font.
      • TIMES_BOLD_16

        public static final com.itextpdf.text.Font TIMES_BOLD_16
        The Times 16 bold font.
      • TIMES_HREF_9

        public static final com.itextpdf.text.Font TIMES_HREF_9
        The Times 9 href font.
      • TIMES_HREF_10

        public static final com.itextpdf.text.Font TIMES_HREF_10
        The Times 10 href font.
      • TIMES_BOLD_HREF_9

        public static final com.itextpdf.text.Font TIMES_BOLD_HREF_9
        The Times 9 bold href font.
    • Constructor Detail

      • Fonts

        public Fonts()