{
	"font": {
		"body": [
			"font"
		],
		"description": "Underlying opentype font implementation",
		"prefix": "font"
	},
	"textBounds": {
		"body": [
			"textBounds(${1:line}, ${2:x}, ${3:y}, ${4:fontSize}, ${5:options})"
		],
		"description": "Returns a tight bounding box for the given text string using this font (currently only supports single lines)",
		"prefix": "textBounds"
	}
}