Hello Tomas,
I noticed that, if I changed my area's style's font size by using the remapping approach (#142), the LineNumberFactory doesn't update its labels' font size as well. Thus, you get an area like the one shown below:

Ideally, all of the respective line's styles' font sizes should be compared until the largest one is found. The largest font size should be the size of its respective line number label. Is such an enhancement outside the scope of this project?
I made a variation of the LineNumberFactory that will update its label sizes when a Property changes (the same Property that remaps my style to the new font size), but is there a better way around this?
Hello Tomas,
I noticed that, if I changed my area's style's font size by using the remapping approach (#142), the LineNumberFactory doesn't update its labels' font size as well. Thus, you get an area like the one shown below:

Ideally, all of the respective line's styles' font sizes should be compared until the largest one is found. The largest font size should be the size of its respective line number label. Is such an enhancement outside the scope of this project?
I made a variation of the LineNumberFactory that will update its label sizes when a Property changes (the same Property that remaps my style to the new font size), but is there a better way around this?