{
  "standard_fonts": [
    {"name": "sans", "face": "helvetica"},
    {"name": "serif_bold_italic", "face": "times_bold_italic"},
    {"name": "mono", "face": "courier"},
    {"name": "signs", "face": "symbol"}
  ],
  "items": [
    {
      "type": "text",
      "rect": {"llx": 72, "lly": 738.4, "urx": 522, "ury": 760},
      "content": ["A page that carries no font"],
      "font": "sans",
      "font_size": 18
    },
    {
      "type": "text",
      "rect": {"llx": 72, "lly": 700.4, "urx": 522, "ury": 724.4},
      "content": ["Every one of the lines below is set in a font this file does not hold. A reader draws them from its own store, which is what the standard asks of it, so nothing of the typefaces travels with the document."],
      "font": "sans",
      "font_size": 10
    },
    {
      "type": "text",
      "rect": {"llx": 72, "lly": 662, "urx": 522, "ury": 676.4},
      "content": ["Four of the fourteen"],
      "font": "sans",
      "font_size": 12
    },

    {
      "type": "text",
      "rect": {"llx": 72, "lly": 634.4, "urx": 522, "ury": 650},
      "content": ["Helvetica, the one without serifs."],
      "font": "sans",
      "font_size": 13
    },
    {
      "type": "text",
      "rect": {"llx": 72, "lly": 608.8, "urx": 522, "ury": 624.4},
      "content": ["Times Bold Italic, and it is already accented: déjà, ç, ù, ô, ï."],
      "font": "serif_bold_italic",
      "font_size": 13
    },
    {
      "type": "text",
      "rect": {"llx": 72, "lly": 583.2, "urx": 522, "ury": 598.8},
      "content": ["Courier, where every letter is the same width."],
      "font": "mono",
      "font_size": 13
    },
    {
      "type": "text",
      "rect": {"llx": 72, "lly": 557.6, "urx": 522, "ury": 573.2},
      "content": ["Σ √ ∫ αβγ ≥ ∞"],
      "font": "signs",
      "font_size": 13
    },

    {
      "type": "text",
      "rect": {"llx": 72, "lly": 519.2, "urx": 522, "ury": 533.6},
      "content": ["What it saves"],
      "font": "sans",
      "font_size": 12
    },
    {
      "type": "text",
      "rect": {"llx": 72, "lly": 473.2, "urx": 522, "ury": 509.2},
      "content": ["Those four lines, on a page of their own, weigh 5 507 bytes. The same four lines, with one font carried inside the file, weigh 39 684. Both figures are measured by the program that drew this page, not written in by hand."],
      "font": "sans",
      "font_size": 10
    },
    {
      "type": "text",
      "rect": {"llx": 72, "lly": 420.8, "urx": 522, "ury": 453.2},
      "content": ["It is not free. A file claiming an archival or accessibility standard may not do this — those standards want every font carried — and these faces draw only the letters their own encoding reaches, so a writing system outside it needs a font the file does carry."],
      "font": "sans",
      "font_size": 9
    }
  ]
}
