Does "insertText" not support Chinese fonts? How do I add Chinese fonts to my images?

5 ビュー (過去 30 日間)
Currently, only fonts with "asciil" code are supported, but how can I do it to support Chinese fonts?

採用された回答

Chunru
Chunru 2021 年 9 月 13 日
I = imread('peppers.png');
% Find out the Chinese Fonts installed in your system
% listTrueTypeFonts
I=insertText(I, [10 20],'中文', 'Font', 'SimSun');
imshow(I)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeColor Space Formatting and Conversions についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by