hi,

When using lmt_outline, some Chinese characters are not rendered. 
Is it because I don't use them correctly?thanks for your help.


(Even if you switch other fonts,
For example, adobesongstdlight or adoekaistdregular will only display some 
Chinese characters, not all of them)

\starttext

\section{test1: TeX }
{\definedfont[name:sourcehanserifcnregular at 20pt] 一 二 三 十 八 永}
% All Chinese characters are displayed correctly.

\section{test 2: lmt\_outline }
\startMPcode
picture p;
p := lmt_outline [
    text = "\definedfont[name:sourcehanserifcnregular at 20pt] 一 二 三 十 八 永",
    kind = "fill",
    fillcolor = "black"
];
draw p;
\stopMPcode
%Only 三 and 永 are displayed.
\stoptext

autumnus
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to