<div dir="ltr"><div dir="ltr">It would also be easy to whip up a Java app to dump out TTF fonts as WKT or GeoJSON, using the JTS <span style="color:rgb(36,41,47);font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:12px;white-space:pre">FontGlyphReader class (as shown in the following code):</span></div><div dir="ltr"><span style="color:rgb(36,41,47);font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:12px;white-space:pre"><br></span></div><div dir="ltr"><a href="https://github.com/locationtech/jts/blob/master/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java#L62">https://github.com/locationtech/jts/blob/master/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java#L62</a><span style="color:rgb(36,41,47);font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:12px;white-space:pre"><br></span></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 27, 2022 at 3:00 PM Bruce Rindahl <<a href="mailto:bruce.rindahl@gmail.com">bruce.rindahl@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Looking at the code I would propose the following as a process if someone wants a different font.<div>Convert TTF to SVG via Batik </div><div>Run my python script to convert the SVG to SQL</div><div><div>Using Regina's postgis_letters extension, load the SQL into the font table</div></div><div>Using whatever Paul did to generate the function (I assume you did it with a single SELECT statement) generate the new function</div></div>
</blockquote></div></div>