12-25-2012 09:59 AM
Need solution like this:
FontLoader {
id: ledFont
source: "./content/resources/font/LED_REAL.TTF"
onStatusChanged: if (ledFont.status == FontLoader.Error)
console.log ("Font \"" + source +"\" cannot be loaded")
}