github.com/pdfcpu/pdfcpu@v0.11.1/pkg/testdata/json/form/flow/updatePageCoreFont.json (about)

     1  {
     2      "paper": "A4P",
     3      "crop": "10",
     4      "origin": "LowerLeft",
     5      "debug": false,
     6      "contentBox": false,
     7      "guides": false,
     8      "colors": {
     9  		"DarkOrange": "#FF8C00"
    10  	},
    11      "pages": {
    12          "1": {
    13              "content": {
    14                  "text": [
    15                      {
    16                          "hide": false,
    17                          "value": "Update: Textbox reusing Corefont Courier from page",
    18                          "anchor": "c",
    19                          "font": {
    20                              "name": "Courier",
    21                              "size": 12,
    22                              "col": "$DarkOrange"
    23                          }
    24                      }
    25                  ]
    26              }
    27          }
    28      }
    29  }