github.com/pdfcpu/pdfcpu@v0.11.1/pkg/testdata/json/form/flow/updatePageUserFont.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 Userfont Roboto-Regular from page\nОновлення: текстове поле повторно використовує Userfont Roboto-Regular зі сторінки", 18 "anchor": "c", 19 "font": { 20 "name": "Roboto-Regular", 21 "lang": "uk", 22 "script": "Cyrl", 23 "size": 12, 24 "col": "$DarkOrange" 25 } 26 } 27 ] 28 } 29 } 30 } 31 }