Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for truetype (0.17 sec)

  1. guava/src/com/google/common/net/MediaType.java

       * for compatibility.
       *
       * @since 30.0
       */
      public static final MediaType FONT_SFNT = createConstant(FONT_TYPE, "sfnt");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/TrueType">True Type Font Format</a> (TTF) as defined by
       * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a>.
       *
       * @since 30.0
       */
      public static final MediaType FONT_TTF = createConstant(FONT_TYPE, "ttf");
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/MediaType.java

       * for compatibility.
       *
       * @since 30.0
       */
      public static final MediaType FONT_SFNT = createConstant(FONT_TYPE, "sfnt");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/TrueType">True Type Font Format</a> (TTF) as defined by
       * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a>.
       *
       * @since 30.0
       */
      public static final MediaType FONT_TTF = createConstant(FONT_TYPE, "ttf");
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
Back to top