- 
    Bug 
- 
    Resolution: Cannot Reproduce
- 
    P2: Important 
- 
    None
- 
    5.2.0
- 
    None
- 
    Win7 64bit - Qt 5.2.0 x86 MSVC2012 - QtQuick 2.2
Using OTF font for Arabic/Persian text results following warning without any visible text...
...
Warning: distance-field glyph is not available with index 1575
Warning: distance-field glyph is not available with index 1688
Warning: distance-field glyph is not available with index 1608
Warning: distance-field glyph is not available with index 1604
Warning: distance-field glyph is not available with index 1587
Warning: distance-field glyph is not available with index 1575
Warning: distance-field glyph is not available with index 1582
Warning: distance-field glyph is not available with index 1578
...
Text {
            id: txt
            //text: "some text" //Works!
            text: "some text مرگ بر آمریکا" //Not works!
            verticalAlignment: Text.AlignVCenter
            font {
                family: "Adobe Arabic"
                pixelSize: 16
            }
}
More info about font: 
Adobe Arabic - version 2.006 - OpenType Layout - PostScript Outlines -> Failed!
BBCNassim - version 1.051 - OpenType Layout - PostScript Outlines -> Failed!
BBCNassim - version 1.051 - OpenType Layout - TrueType Outlines -> SUCCESS!
- relates to
- 
                    QTBUG-45321 Simple TTF fails to render with distance field... -         
- Closed
 
-         
- resulted in
- 
                    QTBUG-56659 REG: Raster fonts no longer usable in Qt Quick on Windows -         
- Closed
 
-