diff --git a/doric-Qt/example/doric/resources/text.qml b/doric-Qt/example/doric/resources/text.qml index cda19a1a..a7914340 100644 --- a/doric-Qt/example/doric/resources/text.qml +++ b/doric-Qt/example/doric/resources/text.qml @@ -29,6 +29,8 @@ Text { property var fontSource: "" + elide: Text.ElideRight + onFontSourceChanged: { webFont.source = fontSource font.family = webFont.name