Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Font Loading Issues on OSX Qt5.1 Beta Qt Quick 2.0

$
0
0
FontLoader { id:flat_manteka_font name:“flat_manteka_font” source:“manteka.ttf” } Text { text: “MANTEKA” font.family: flat_manteka_font.name // metastream_flat_style.flat_style.flat_font_family font.pointSize: 45 } The operation couldn’t be completed. (com.apple.coretext error -1 – Could not register the font file ‘file://localhost/Users/rock/CodeWorkSpaces/QtCreatorWorkspace/TimeFrameAlpha/qml/TimeFrameAlpha/manteka.ttf’)” UserInfo=0×7fed5847f510 {NSDescription=Could not register the font file ‘file://localhost/Users/rock/CodeWorkSpaces/QtCreatorWorkspace/TimeFrameAlpha/qml/TimeFrameAlpha/manteka.ttf’, CTFailedFontFileURL=file://localhost/Users/rock/CodeWorkSpaces/QtCreatorWorkspace/TimeFrameAlpha/qml/TimeFrameAlpha/manteka.ttf} I am using osx lion

Viewing all articles
Browse latest Browse all 13965

Trending Articles