What does it mean when my text is displayed as boxes?

前端 未结 5 1701
温柔的废话
温柔的废话 2020-12-20 02:30

I\'m attempting to display some text in my program using (say) Windows GDI and some of the unicode characters are displayed as boxes? What is up?

See also: What does

5条回答
  •  眼角桃花
    2020-12-20 03:08

    (t-shirt image from http://www.cafepress.com/nucleartacos.163046834)

    The above image represents a common failure mode of text display systems that fail to take into account the full range of Unicode characters. On Windows platforms, characters that cannot be represented using any of the available fonts are represented with an open rectangle.

提交回复
热议问题