<div dir="ltr"><div>That's excellent. I will give that a go.</div><div><br></div><div>Cheers,</div><div>Paul<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 2 Aug 2022 at 09:19, Tarquin Wilton-Jones via Therion <<a href="mailto:therion@speleo.sk">therion@speleo.sk</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">On 01/08/2022 22:07, Paul Rowe wrote:<br>
> Ok, I'll have a go at the metapost route.<br>
<br>
MetaPost for label type things is really inconvenient to work with, so<br>
you might want to use my code to create stylable text labels for a<br>
custom point. It just hooks into the existing label code, so it can<br>
create any type of text label point that Therion can already create<br>
(including the passage height symbols). You could use it to create - for<br>
example:<br>
point u -subtype speciallabel -attr text 23<br>
<br>
Then you can style that whatever colour you want.<br>
<br>
<a href="https://therion.speleo.sk/wiki/metapost#adding_custom_styled_labels_at_any_point_linepoint" rel="noreferrer" target="_blank">https://therion.speleo.sk/wiki/metapost#adding_custom_styled_labels_at_any_point_linepoint</a><br>
<br>
And some code that uses it for a custom point type:<br>
<br>
<a href="https://therion.speleo.sk/wiki/metapost#rope_lengths" rel="noreferrer" target="_blank">https://therion.speleo.sk/wiki/metapost#rope_lengths</a><br>
_______________________________________________<br>
Therion mailing list<br>
<a href="mailto:Therion@speleo.sk" target="_blank">Therion@speleo.sk</a><br>
<a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" target="_blank">https://mailman.speleo.sk/listinfo/therion</a><br>
</blockquote></div>