Skip to content

Instantly share code, notes, and snippets.

@level420
Created July 31, 2017 07:20
Show Gist options
  • Save level420/638466fa7e63ba08f959a3b6c6f5e62e to your computer and use it in GitHub Desktop.
Save level420/638466fa7e63ba08f959a3b6c6f5e62e to your computer and use it in GitHub Desktop.
qooxdoo make-font-map job definition file to be included in your man qooxdoo config.json file
// call only through config.json, for macro settings
{
"jobs" :
{
"make-font-map" :
{
"desc" : "Build a font mapping from glyphname to unicode id",
"let" :
{
"RESPATH" : "./source/resource",
"QXRESPATH" : "${QOOXDOO_PATH}/framework/source/resource"
},
"font-map" :
{
"fonts" :
{
"${RESPATH}/myapp/fonts/fontawesome-webfont.ttf" :
{
"prefix": [ "${RESPATH}" ],
"alias" : "FontAwesome",
"size" : 40
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment