which file(s) to modify in geotools or geoserver source code to have different anchor points for directions(N,W,E,S,NW, ...) for point labels if maxDisplacement is used? If I use anchor point (1, 0.5) in geoserver sld file with maxDisplacement vendor option, all remaining directions(N,W,E,S,...) placing point text labels with anchor point define in sld, I want change anchor point for remaining directions or angles, how to achieve this, I found this file in geotools source code "...\geotools-24.1-project\geotools-24.1\modules\library\render\src\main\java\org\geotools\renderer\label\LabelCacheImpl.java", I changed RIGHT_UP_ANCHOR_CANDIDATES, RIGHT_DOWN_ANCHOR_CANDIDATES, ... in this file with no success, any suggestions?
Thanks in advance