ShowAngledHandles icon indicating copy to clipboard operation
ShowAngledHandles copied to clipboard

Improvement for node close to metric

Open HugoJourdan opened this issue 10 months ago • 1 comments

The latest indicator added, which shows a point one unit close to a metric, is currently working for all metrics. Perhaps it could be useful to skip some metrics based on the case of the layer?

If case == 1 : #Uppercase
    ignore xHeight 

if case == 2 : #Lowercase
    ignore CapHeight

HugoJourdan avatar Apr 26 '24 12:04 HugoJourdan

Good idea. There are some tricky edge cases, though. I’ll see what I can do.

mekkablue avatar Apr 30 '24 16:04 mekkablue