Details
Description
Based on definition in QML SafeText element Qt predefined font and layout text should be generated.
SafeText {
font.pixelSize: 15
font.family: "Times New Roman"
}
There is existing implementation available for QPF2 font creation which should be reused.