Re: [SailfishDevel] About emoji on Sailfish

2014-10-12 Thread Tomasz Sterna
Dnia 2014-10-11, sob o godzinie 22:27 +0800, service pisze:
> Hi, does qml  text view support emoji on Sailfish OS? It seems not
> work on my code.

QML Label supports any Unicode character.
But you need fonts installed to be able to render characters.
Default Sailfish OS installation does not provide Emoji font.

You will find Emoji font and keyboard layout at:
https://openrepos.net/content/penguin/emoji-keyboard


-- 
Tomasz Sterna   :(){ :|:&};:
http://abadcafe.pl/  http://xiaoka.com/portfolio



signature.asc
Description: This is a digitally signed message part
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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