<div dir="ltr"><div dir="ltr"><div>Hi Richard,</div><div>I don't have much more help to provide you other than saying you are on the right track.<br></div></div><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
uni fonts/unifont_sample.ttf<br>
unib fonts/unifont_sample.ttf<br></blockquote><div><br></div><div>you are referencing the same font file under 2 different names. I don't think that is the root cause of your issue, but this is definitely useless <br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
And using<br>
FONT "sc,noto,uni,tw"   # does order matter?<br></blockquote><div>Yes the order does matter, any codepoint will be loaded from the first font (from left to right) that contains it</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
AH01215: Unable to load glyph 62314 for font "uni". Using ? as fallback.: /usr/lib/cgi-bin/mapserv<br>
[Fri Apr 14 10:12:20.644638 2023] [cgi:error] [pid 141599] [client ::1:46140] AH01215: msGetGlyphByIndex(): General error message. unable to load glyph 62314 for font "uni": /usr/lib/cgi-bin/mapserv<br>
<br>
while my script tells me 'glyph 62314' is in 'fonts/unifont_sample.ttf'...<br></blockquote><div><br></div><div>you'll have to dig in more as to why this is happening, from what I understand you are specifying the fonts correctly and that glyph /should/ be found, but the error message is explicitly telling you this is not the case. <br></div><div><br></div><div>regards,</div><div>TB<br></div></div></div>