Re: [SailfishDevel] About emoji on Sailfish

2014-10-11 Thread Andrea Bernabei
The default SailfishOS font doesn't support emoji, as far as I know

2014-10-11 16:27 GMT+02:00 service <41245...@qq.com>:

> Hi, does qml  text view support emoji on Sailfish OS? It seems not work on
> my code.
>
> This is a sample code for test
>
> Label {
> x: Theme.paddingLarge
> textFormat: Text.StyledText
> wrapMode: Text.WrapAtWordBoundaryOrAnywhere
> width:Screen.width - Theme.paddingLarge
> text: "😃 \uD83D\uDE04‍  Hello"
>
> //color: Theme.secondaryHighlightColor
> font.pixelSize: Theme.fontSizeExtraLarge
> }‍
>
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] About emoji on Sailfish

2014-10-11 Thread service
Hi, does qml  text view support emoji on Sailfish OS? It seems not work on my 
code.

This is a sample code for test

Label { 
x: Theme.paddingLarge
textFormat: Text.StyledText
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
width:Screen.width - Theme.paddingLarge
text: "😃 \uD83D\uDE04‍  Hello"

//color: Theme.secondaryHighlightColor
font.pixelSize: Theme.fontSizeExtraLarge
}‍___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org