Re: [rt.cpan.org #119022] DrawText of unicode string
[email protected] (Johan Vromans) Mon, 28 Nov 2016 22:30:49 +0100
| Newsgroups | perl.wxperl.users |
|---|---|
| Organization | Squirrel Consultancy |
| Message-ID | <[email protected]> |
On Mon, 28 Nov 2016 15:41:01 -0500, "Philip R Brenan via RT" <[email protected]> wrote: > my $f = Wx::Font->new("Noto Mono 24"); > my $g = Wx::PaintDC->new($panel); > $g->SetFont($font); > $g->DrawText("Hello", 400, 400); > $g->DrawText("𝝰𝝱𝝲𝝱𝝰", 400, 450); You did 'use utf8', I assume? -- Johan