Canvas.drawText() doesn't render large emojis on Android

后端 未结 1 877
春和景丽
春和景丽 2021-02-07 22:42

Canvas.drawText() doesn\'t render emojis above a certain font size on Android.

Correct render at somewhere below 256 px:

Incorrect

1条回答
  •  难免孤独
    2021-02-07 23:43

    I've come up with a test (an empirical estimation) for the maximum font size at which emojis can still be rendered.

    The way this function works is it creates a 1x1 bitmap, and tries to draw the Earth Globe emoji (

    0 讨论(0)
提交回复
热议问题