Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active December 25, 2015 19:59
Show Gist options
  • Save blitline-dev/7031396 to your computer and use it in GitHub Desktop.
Save blitline-dev/7031396 to your computer and use it in GitHub Desktop.
Multi font example
{
"application_id": "YOUR_APP_ID",
"src": {
"name": "canvas",
"width": 560,
"height": 480,
"color": "#777777"
},
"functions": [
{
"name": "annotate",
"params": {
"text": "[email protected]",
"x": 5,
"y": 5,
"font_family": "Palatino",
"point_size": 25,
"gravity": "NorthGravity",
"style": "italic",
"weight": "normal",
"kerning": 1.2
},
"functions": [
{
"name": "annotate",
"params": {
"text": "[email protected]",
"x": 5,
"y": 45,
"font_family": "Arial",
"point_size": 25,
"gravity": "NorthGravity",
"style": "italic",
"weight": "normal",
"kerning": 1.2
},
"functions": [
{
"name": "annotate",
"params": {
"text": "[email protected]",
"x": 5,
"y":95,
"font_family": "Verdana",
"point_size": 25,
"gravity": "NorthGravity",
"style": "italic",
"weight": "normal",
"kerning": 1.2
},
"functions": [
{
"name": "annotate",
"params": {
"text": "[email protected]",
"x": 5,
"y": 145,
"font_family": "Georgia",
"point_size": 25,
"gravity": "NorthGravity",
"style": "italic",
"weight": "normal",
"kerning": 1.2
},
"functions": [
{
"name": "annotate",
"params": {
"text": "[email protected]",
"x": 5,
"y": 185,
"font_family": "Impact",
"point_size": 25,
"gravity": "NorthGravity",
"style": "italic",
"weight": "normal",
"kerning": 1.2
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment