Hi Richard, I don't have much more help to provide you other than saying you are on the right track.
uni fonts/unifont_sample.ttf > unib fonts/unifont_sample.ttf > 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 > And using > FONT "sc,noto,uni,tw" # does order matter? > Yes the order does matter, any codepoint will be loaded from the first font (from left to right) that contains it > > AH01215: Unable to load glyph 62314 for font "uni". Using ? as fallback.: > /usr/lib/cgi-bin/mapserv > [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 > > while my script tells me 'glyph 62314' is in 'fonts/unifont_sample.ttf'... > 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. regards, TB
_______________________________________________ MapServer-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapserver-users
