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

前端 未结 5 1694
温柔的废话
温柔的废话 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 02:56

    Usually, that means that the unicode character specified isn't available in that particular font. Try changing fonts to one of the multinational ones, it should go away.

提交回复
热议问题