You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I put this:
if((int)cf.c == 173 && cf.fontId == 18){
info = fontInfo[id];
Typeface font = Typeface.DEFAULT;
return new Char("\u03A9".charAt(0), font, id, getMetrics(cf, factor * fsize));
}
to DefaultTeXFont and fix this but. Kostili (костыли) crutches.
It seems that Canvas can't draw the text "\u00ad", and since \Omega is using this unicode place in jlm_cmr10.ttf and other font files, it can't be drawn normally. A possible solution is to create new ttf files with \Omega in other places such as \u00c6. I tested it and it works.
hi,
\Omega is not work, but \omega is work
thx
The text was updated successfully, but these errors were encountered: