Template project for running EEZ Flow firmware project using STM32F469I-DISCO development board
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2589 lines
66 KiB

{
"settings": {
"general": {
"projectVersion": "v3",
"projectType": "firmware-module",
"imports": [
{
"projectFilePath": "eez-flow-template-stm32f469i-disco.eez-project"
}
],
"flowSupport": true,
"displayWidth": 480,
"displayHeight": 272
},
"build": {
"configurations": [
{
"name": "stm32"
},
{
"name": "simulator"
}
],
"files": []
}
},
"variables": {
"globalVariables": [
{
"id": 1,
"name": "alert_message",
"description": "Message in alert dialog",
"type": "string",
"defaultValue": "\"Are you sure?\"",
"native": true
},
{
"id": 2,
"name": "touch_calibration_point",
"type": "enum:Touch_calibration_point",
"defaultValue": "0",
"native": true
},
{
"id": 3,
"name": "keypad_text",
"type": "string",
"defaultValue": "\"\"",
"persistent": false,
"native": true
},
{
"id": 4,
"name": "keypad_edit_unit",
"type": "string",
"defaultValue": "\"\"",
"persistent": false,
"native": true
},
{
"id": 5,
"name": "keypad_sign_enabled",
"type": "boolean",
"defaultValue": "false",
"persistent": false,
"native": true
},
{
"id": 6,
"name": "keypad_unit_enabled",
"type": "boolean",
"defaultValue": "false",
"persistent": false,
"native": true
},
{
"id": 7,
"name": "keypad_dot_enabled",
"type": "boolean",
"defaultValue": "false",
"persistent": false,
"native": true
},
{
"id": 8,
"name": "keypad_option1_enabled",
"type": "boolean",
"defaultValue": "false",
"persistent": false,
"native": true
},
{
"id": 9,
"name": "keypad_option1_text",
"type": "string",
"defaultValue": "\"\"",
"persistent": false,
"native": true
},
{
"id": 10,
"name": "keypad_option2_enabled",
"type": "boolean",
"defaultValue": "false",
"persistent": false,
"native": true
},
{
"id": 11,
"name": "keypad_option2_text",
"type": "string",
"defaultValue": "\"\"",
"persistent": false,
"native": true
},
{
"id": 12,
"name": "keypad_option3_enabled",
"type": "boolean",
"defaultValue": "false",
"persistent": false,
"native": true
},
{
"id": 13,
"name": "keypad_option3_text",
"type": "string",
"defaultValue": "\"\"",
"persistent": false,
"native": true
},
{
"id": 14,
"name": "keypad_mode",
"type": "integer",
"defaultValue": "0",
"persistent": false,
"native": true
},
{
"id": 15,
"name": "keypad_ok_enabled",
"type": "boolean",
"defaultValue": "false",
"persistent": false,
"native": true
}
],
"structures": [],
"enums": [
{
"name": "Touch_calibration_point",
"members": [
{
"name": "Top left",
"value": 0
},
{
"name": "Bottom right",
"value": 1
},
{
"name": "Top right",
"value": 2
}
]
}
]
},
"actions": [
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 1,
"name": "yes",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 2,
"name": "no",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 3,
"name": "cancel",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 4,
"name": "edit",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 5,
"name": "drag_overlay",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 6,
"name": "scroll",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 7,
"name": "keypad_key",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 8,
"name": "keypad_back",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 9,
"name": "keypad_unit",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 10,
"name": "keypad_option1",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 11,
"name": "keypad_option2",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 12,
"name": "keypad_option3",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 13,
"name": "keypad_sign",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 14,
"name": "keypad_ok",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 15,
"name": "keypad_cancel",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 16,
"name": "toggle_keypad_mode",
"implementationType": "native"
},
{
"components": [],
"connectionLines": [],
"localVariables": [],
"id": 17,
"name": "keypad_space",
"implementationType": "native"
}
],
"pages": [
{
"components": [
{
"type": "Select",
"left": 0,
"top": 0,
"width": 480,
"height": 272,
"wireID": "29b822b5-0191-44ac-ccfc-b5d473083547",
"customInputs": [],
"customOutputs": [],
"data": "touch_calibration_point",
"style": {
"inheritFrom": "touch_calibration"
},
"widgets": [
{
"type": "Container",
"left": 0,
"top": 0,
"width": 480,
"height": 272,
"wireID": "7311d830-c36c-464b-ee3a-7d04e357b513",
"customInputs": [],
"customOutputs": [],
"style": {
"inheritFrom": "touch_calibration"
},
"widgets": [
{
"type": "MultilineText",
"left": 95,
"top": 98,
"width": 290,
"height": 76,
"wireID": "b835daad-dba0-4ddc-bf30-e59136add4ee",
"customInputs": [],
"customOutputs": [],
"data": "\"Touch top-left cross in the center until change color\"",
"style": {
"inheritFrom": "note_M"
}
},
{
"type": "Text",
"left": 0,
"top": 0,
"width": 35,
"height": 35,
"wireID": "6279d14d-f079-4b71-b03f-a45ef374be16",
"customInputs": [],
"customOutputs": [],
"data": "\"+\"",
"action": "",
"style": {
"inheritFrom": "touch_calibration_point",
"activeBackgroundColor": "#000000"
}
}
]
},
{
"type": "Container",
"left": 0,
"top": 0,
"width": 480,
"height": 272,
"wireID": "6e7b9361-0965-4ca2-9116-613a7b8d9735",
"customInputs": [],
"customOutputs": [],
"style": {
"inheritFrom": "touch_calibration"
},
"widgets": [
{
"type": "MultilineText",
"left": 95,
"top": 98,
"width": 290,
"height": 76,
"wireID": "729f4182-e9be-49d4-c1c1-2bf4767ac4fd",
"customInputs": [],
"customOutputs": [],
"data": "\"Touch bottom-right cross in the center until change color\"",
"style": {
"inheritFrom": "note_M"
}
},
{
"type": "Text",
"left": 445,
"top": 237,
"width": 35,
"height": 35,
"wireID": "4a88c334-572d-4f06-a440-9c667eef30e2",
"customInputs": [],
"customOutputs": [],
"data": "\"+\"",
"action": "",
"style": {
"inheritFrom": "touch_calibration_point"
}
}
]
},
{
"type": "Container",
"left": 0,
"top": 0,
"width": 480,
"height": 272,
"wireID": "9ce862b9-9ec4-4173-f463-59bcb854e96d",
"customInputs": [],
"customOutputs": [],
"style": {
"inheritFrom": "touch_calibration"
},
"widgets": [
{
"type": "MultilineText",
"left": 95,
"top": 98,
"width": 290,
"height": 76,
"wireID": "1513bc9a-aca5-4cb0-efca-c777e048c478",
"customInputs": [],
"customOutputs": [],
"data": "\"Touch top-right cross in the center until change color\"",
"style": {
"inheritFrom": "note_M"
}
},
{
"type": "Text",
"left": 445,
"top": 0,
"width": 35,
"height": 35,
"wireID": "3fa9d7e7-d7b3-4d2e-dc14-2b76e0cdd8df",
"customInputs": [],
"customOutputs": [],
"data": "\"+\"",
"action": "",
"style": {
"inheritFrom": "touch_calibration_point"
}
}
]
}
]
}
],
"connectionLines": [],
"localVariables": [],
"id": 2,
"name": "touch_calibration",
"style": "background",
"left": 0,
"top": 0,
"width": 480,
"height": 272
},
{
"components": [
{
"type": "DisplayData",
"left": 0,
"top": 82,
"width": 480,
"height": 40,
"wireID": "5ffa4219-e9d1-4160-a8f6-f8bf4cbfadc4",
"customInputs": [],
"customOutputs": [],
"data": "alert_message",
"style": {
"inheritFrom": "default"
},
"displayOption": 0
},
{
"type": "Text",
"left": 90,
"top": 176,
"width": 140,
"height": 40,
"wireID": "15ec65f7-bed9-4a08-b4b5-b91d2e5bd549",
"customInputs": [],
"customOutputs": [],
"data": "\"Yes\"",
"action": "yes",
"style": {
"inheritFrom": "button"
}
},
{
"type": "Text",
"left": 250,
"top": 176,
"width": 140,
"height": 40,
"wireID": "0c230611-18aa-4d6f-d95c-2cffe0881728",
"customInputs": [],
"customOutputs": [],
"data": "\"Start again\"",
"action": "no",
"style": {
"inheritFrom": "button"
}
}
],
"connectionLines": [],
"localVariables": [],
"id": 3,
"name": "touch_calibration_yes_no",
"description": "Touchscreen calibration confirmation",
"style": "background",
"left": 0,
"top": 0,
"width": 480,
"height": 272
}
],
"styles": [
{
"id": 1,
"name": "default",
"description": "",
"inheritFrom": "",
"font": "medium",
"alignHorizontal": "center",
"alignVertical": "center",
"color": "text",
"backgroundColor": "background",
"activeColor": "background",
"activeBackgroundColor": "text",
"borderColor": "border",
"padding": "0"
},
{
"id": 2,
"name": "info_alert",
"inheritFrom": "default",
"alwaysBuild": true,
"padding": "20",
"margin": "20"
},
{
"id": 3,
"name": "error_alert",
"inheritFrom": "default",
"alwaysBuild": true,
"color": "dark_text",
"backgroundColor": "error",
"activeColor": "error",
"activeBackgroundColor": "dark_text",
"padding": "20",
"margin": "20"
},
{
"id": 4,
"name": "error_alert_button",
"inheritFrom": "button",
"alwaysBuild": true,
"padding": "8 16 8 16"
},
{
"id": 5,
"name": "select_enum_item_popup_container",
"inheritFrom": "default",
"alwaysBuild": true,
"color": "drop_down_list_color",
"backgroundColor": "drop_down_list_background",
"activeColor": "drop_down_list_background",
"activeBackgroundColor": "drop_down_list_color",
"padding": "12"
},
{
"id": 6,
"name": "select_enum_item_popup_container_S",
"inheritFrom": "select_enum_item_popup_container",
"alwaysBuild": true
},
{
"id": 7,
"name": "select_enum_item_popup_item",
"inheritFrom": "select_enum_item_popup_container",
"alwaysBuild": true,
"padding": "6"
},
{
"id": 8,
"name": "select_enum_item_popup_item_S",
"inheritFrom": "select_enum_item_popup_container_S",
"alwaysBuild": true,
"alignHorizontal": "left",
"padding": "6"
},
{
"id": 9,
"name": "select_enum_item_popup_disabled_item",
"inheritFrom": "select_enum_item_popup_item",
"alwaysBuild": true,
"color": "drop_down_list_color_disabled"
},
{
"id": 10,
"name": "select_enum_item_popup_disabled_item_S",
"inheritFrom": "select_enum_item_popup_item_S",
"alwaysBuild": true,
"color": "drop_down_list_color_disabled"
},
{
"id": 11,
"name": "menu_with_buttons_message",
"inheritFrom": "default",
"alwaysBuild": true,
"alignVertical": "top",
"color": "text",
"backgroundColor": "background",
"activeColor": "background",
"activeBackgroundColor": "text",
"padding": "0 0 10 0",
"margin": "0"
},
{
"id": 12,
"name": "menu_with_buttons_container",
"inheritFrom": "default",
"alwaysBuild": true,
"padding": "20",
"margin": "20"
},
{
"id": 13,
"name": "menu_with_buttons_button",
"inheritFrom": "button",
"alwaysBuild": true,
"padding": "0 4",
"margin": "0"
},
{
"id": 14,
"name": "fps_graph",
"inheritFrom": "default",
"alwaysBuild": true,
"color": "#00ff1e",
"backgroundColor": "#000000",
"borderSize": "1",
"borderColor": "backdrop"
},
{
"name": "slider_widget",
"inheritFrom": "default",
"color": "slider_widget_color",
"backgroundColor": "slider_widget_background"
},
{
"name": "background",
"inheritFrom": "default",
"backgroundColor": "background",
"backgroundImage": ""
},
{
"name": "button",
"inheritFrom": "default",
"color": "button_text",
"backgroundColor": "button_background",
"activeColor": "button_text",
"activeBackgroundColor": "button_active_background",
"borderSize": "2",
"borderRadius": "8",
"borderColor": "button_border"
},
{
"name": "button_disabled",
"inheritFrom": "button",
"color": "button_disabled_text",
"backgroundColor": "button_disabled_background",
"activeColor": "button_disabled_text",
"activeBackgroundColor": "button_disabled_background",
"borderColor": "button_disabled_border"
},
{
"name": "touch_calibration",
"inheritFrom": "default",
"font": "gui_icons",
"color": "#ffffff",
"backgroundColor": "#000000",
"activeColor": "#000000",
"activeBackgroundColor": "#ffffff"
},
{
"name": "touch_calibration_point",
"inheritFrom": "touch_calibration",
"activeColor": "#00ff00",
"activeBackgroundColor": "#000000"
},
{
"name": "note_M",
"inheritFrom": "default",
"color": "dark_text",
"backgroundColor": "note"
},
{
"name": "drop_down_list",
"inheritFrom": "default",
"color": "drop_down_list_color",
"backgroundColor": "drop_down_list_background",
"activeColor": "drop_down_list_color",
"activeBackgroundColor": "drop_down_list_active_background",
"borderSize": "2",
"borderRadius": "8",
"borderColor": "drop_down_list_border"
}
],
"fonts": [
{
"id": 1,
"name": "shadow",
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14
},
"bpp": 8,
"height": 20,
"ascent": 20,
"descent": 0,
"glyphs": [
{
"encoding": 32,
"x": 0,
"y": 0,
"width": 20,
"height": 20,
"dx": 20,
"glyphBitmap": {
"width": 20,
"height": 20,
"pixelArray": "0000000000000000000303030303060606060606000000000000030606060a0a0a0a0a0a0a0a0a0a000000000306060a10101010171717171717171700000003060a10171b1e21212828282828282828000003060a101b000000000000000000000000000000060a101b280000000000000000000000000000030a101b28390000000000000000000000000000060a1721364e000000000000000000000000000006101b2c445f000000000000000000000000000306101e324e7000000000000000000000000000030a102139587a00000000000000000000000000060a10213d5f8400000000000000000000000000060a1728405f8b00000000000000000000000000060a172844668b00000000000000000000000000060a172844668b00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000"
}
},
{
"encoding": 33,
"x": 0,
"y": 0,
"width": 20,
"height": 20,
"dx": 20,
"glyphBitmap": {
"width": 20,
"height": 20,
"pixelArray": "06060606060606060606060606060606060606060a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a171717171717171717171717171717171717171728282828282828282828282828282828282828280000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
{
"encoding": 34,
"x": 0,
"y": 0,
"width": 20,
"height": 20,
"dx": 20,
"glyphBitmap": {
"width": 20,
"height": 20,
"pixelArray": "06060606060603030303030000000000000000000a0a0a0a0a0a0a0a0a0a060606030000000000001717171717171717101010100a06060300000000282828282828282821211e1b17100a0603000000000000000000000000000000001b100a0603000000000000000000000000000000281b100a0600000000000000000000000000000039281b100a0300000000000000000000000000004e3621170a0600000000000000000000000000005f442c1b10060000000000000000000000000000704e321e100603000000000000000000000000007a583921100a0300000000000000000000000000845f3d21100a06000000000000000000000000008b5f4028170a06000000000000000000000000008b664428170a06000000000000000000000000008b664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06"
}
},
{
"encoding": 35,
"x": 0,
"y": 0,
"width": 20,
"height": 20,
"dx": 20,
"glyphBitmap": {
"width": 20,
"height": 20,
"pixelArray": "060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000"
}
},
{
"encoding": 36,
"x": 0,
"y": 0,
"width": 20,
"height": 20,
"dx": 20,
"glyphBitmap": {
"width": 20,
"height": 20,
"pixelArray": "000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06"
}
},
{
"encoding": 37,
"x": 0,
"y": 0,
"width": 20,
"height": 20,
"dx": 20,
"glyphBitmap": {
"width": 20,
"height": 20,
"pixelArray": "060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668e00000000000000000000000000060a172844668b00000000000000000000000000060a172844668b00000000000000000000000000060a1728405f8b00000000000000000000000000060a10213d5f84f8000000000000000000000000030a102139587ac5fb00000000000000000000000306101e324e708eb0c8ddeaf4f4fbfbfbfbfbfb0006101b2c445f7a99adbeccd2d6dddddddddddd00060a1721364e667a8e9faab0b4b4b4b4b4b4b400030a101b28394e5f707a84888b8b8b8e8e8e8e0000060a101b2836444e585f5f66666666666666000003060a101b212c32393d404444444444444400000003060a10171b1e21212828282828282828000000000306060a101010101717171717171b1b000000000000030606060a0a0a0a0a0a0a0d0d0d000000000000000000030303030306060a0a0a0a"
}
},
{
"encoding": 38,
"x": 0,
"y": 0,
"width": 20,
"height": 20,
"dx": 20,
"glyphBitmap": {
"width": 20,
"height": 20,
"pixelArray": "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbddddddddddddddddddddddddddddddddddddddddb4b4b4b4b4b4b4b4b4b4b4b4b4b4b4b4b4b4b4b48e8e8e8e8e8e8e8e8e8e8e8e8e8e8e8e8e8e8e8e6666666666666666666666666666666666666666444444444444444444444444444444444444444428282828282828282828282828282828282828281b1b1b1b1b1b1b1b1b1b1b1b1b1b1b1b1b1b1b1b0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a"
}
},
{
"encoding": 39,
"x": 0,
"y": 0,
"width": 20,
"height": 20,
"dx": 20,
"glyphBitmap": {
"width": 20,
"height": 20,
"pixelArray": "000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008e664428170a06000000000000000000000000008b664428170a06000000000000000000000000008b664428170a06000000000000000000000000008b5f4028170a06000000000000000000000000f8845f3d21100a060000000000000000000000fbc57a583921100a03fbfbfbfbfbfbf4f4eaddc8b08e704e321e100603ddddddddddddd6d2ccbead997a5f442c1b100600b4b4b4b4b4b4b4b0aa9f8e7a664e3621170a06008e8e8e8e8b8b8b88847a705f4e39281b100a0300666666666666665f5f584e4436281b100a06000044444444444444403d39322c211b100a06030000282828282828282821211e1b17100a06030000001b17171717171717101010100a060603000000000d0d0a0a0a0a0a0a0a0a060606030000000000000a0a0a0606060303030303000000000000000000"
}
}
],
"alwaysBuild": true
},
{
"name": "gui_icons",
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14
},
"bpp": 8,
"height": 35,
"ascent": 35,
"descent": 0,
"glyphs": [
{
"encoding": 32,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 32
}
},
{
"encoding": 33,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 33
}
},
{
"encoding": 34,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 34
}
},
{
"encoding": 35,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 35
}
},
{
"encoding": 36,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 36
}
},
{
"encoding": 37,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 37
}
},
{
"encoding": 38,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 38
}
},
{
"encoding": 39,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 39
}
},
{
"encoding": 40,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 40
}
},
{
"encoding": 41,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 41
}
},
{
"encoding": 42,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 42
}
},
{
"encoding": 43,
"x": 0,
"y": 0,
"width": 35,
"height": 35,
"dx": 35,
"glyphBitmap": {
"width": 35,
"height": 35,
"pixelArray": "00000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffff0000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000ffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000404040404040404040404000000ffffff0000040404040404040404040100000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff0000000000000000000000000000000000000000000000000000000000000000ffffff00000000000000000000000000000000"
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 43
}
},
{
"encoding": 44,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 44
}
},
{
"encoding": 45,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 45
}
},
{
"encoding": 46,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 46
}
},
{
"encoding": 47,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 47
}
},
{
"encoding": 48,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 48
}
},
{
"encoding": 49,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 49
}
},
{
"encoding": 50,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 50
}
},
{
"encoding": 51,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 51
}
},
{
"encoding": 52,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 52
}
},
{
"encoding": 53,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 53
}
},
{
"encoding": 54,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 54
}
},
{
"encoding": 55,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 55
}
},
{
"encoding": 56,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 56
}
},
{
"encoding": 57,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 57
}
},
{
"encoding": 58,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 58
}
},
{
"encoding": 59,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 59
}
},
{
"encoding": 60,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 60
}
},
{
"encoding": 61,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 61
}
},
{
"encoding": 62,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 62
}
},
{
"encoding": 63,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 63
}
},
{
"encoding": 64,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 64
}
},
{
"encoding": 65,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 65
}
},
{
"encoding": 66,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 66
}
},
{
"encoding": 67,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 67
}
},
{
"encoding": 68,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 68
}
},
{
"encoding": 69,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 69
}
},
{
"encoding": 70,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 70
}
},
{
"encoding": 71,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 71
}
},
{
"encoding": 72,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 72
}
},
{
"encoding": 73,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 73
}
},
{
"encoding": 74,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 74
}
},
{
"encoding": 75,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 75
}
},
{
"encoding": 76,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 76
}
},
{
"encoding": 77,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 77
}
},
{
"encoding": 78,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 78
}
},
{
"encoding": 79,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 79
}
},
{
"encoding": 80,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 80
}
},
{
"encoding": 81,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 81
}
},
{
"encoding": 82,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 82
}
},
{
"encoding": 83,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 83
}
},
{
"encoding": 84,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 84
}
},
{
"encoding": 85,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 85
}
},
{
"encoding": 86,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 86
}
},
{
"encoding": 87,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 87
}
},
{
"encoding": 88,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 88
}
},
{
"encoding": 89,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 89
}
},
{
"encoding": 90,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 90
}
},
{
"encoding": 91,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 91
}
},
{
"encoding": 92,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 92
}
},
{
"encoding": 93,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 93
}
},
{
"encoding": 94,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 94
}
},
{
"encoding": 95,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 95
}
},
{
"encoding": 96,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 96
}
},
{
"encoding": 97,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 97
}
},
{
"encoding": 98,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 98
}
},
{
"encoding": 99,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 99
}
},
{
"encoding": 100,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 100
}
},
{
"encoding": 101,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 101
}
},
{
"encoding": 102,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 102
}
},
{
"encoding": 103,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 103
}
},
{
"encoding": 104,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 104
}
},
{
"encoding": 105,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 105
}
},
{
"encoding": 106,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 106
}
},
{
"encoding": 107,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 107
}
},
{
"encoding": 108,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 108
}
},
{
"encoding": 109,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 109
}
},
{
"encoding": 110,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 110
}
},
{
"encoding": 111,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 111
}
},
{
"encoding": 112,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 112
}
},
{
"encoding": 113,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 113
}
},
{
"encoding": 114,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 114
}
},
{
"encoding": 115,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 115
}
},
{
"encoding": 116,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 116
}
},
{
"encoding": 117,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 117
}
},
{
"encoding": 118,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 118
}
},
{
"encoding": 119,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 119
}
},
{
"encoding": 120,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 120
}
},
{
"encoding": 121,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 121
}
},
{
"encoding": 122,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 122
}
},
{
"encoding": 123,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 123
}
},
{
"encoding": 124,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 124
}
},
{
"encoding": 125,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 125
}
},
{
"encoding": 126,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 126
}
},
{
"encoding": 127,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"dx": 0,
"glyphBitmap": {
"width": 0,
"height": 0,
"pixelArray": ""
},
"source": {
"filePath": "Oswald-Medium.ttf",
"size": 14,
"encoding": 127
}
}
]
}
],
"bitmaps": [],
"colors": [],
"themes": []
}