Description of new feature
Improves the precision of label bounding box calculations and rendering by introducing new style properties and refining the handling of label metrics.
Motivation for new feature
Currently, different fonts introduce extra space for hanging characters (e.g., 'g', 'p', 'j', 'q'), which expands the bounding box unnecessarily. This additional space makes it difficult to select labels when overlaps occur. The extra space becomes quite substantial when the text is rotated, making the bounding box even larger and more difficult to manage.
Here is an example:

For reviewers
Reviewers should ensure that the following tasks are carried out for incorporated issues:
Description of new feature
Improves the precision of label bounding box calculations and rendering by introducing new style properties and refining the handling of label metrics.
Motivation for new feature
Currently, different fonts introduce extra space for hanging characters (e.g., 'g', 'p', 'j', 'q'), which expands the bounding box unnecessarily. This additional space makes it difficult to select labels when overlaps occur. The extra space becomes quite substantial when the text is rotated, making the bounding box even larger and more difficult to manage.
Here is an example:
For reviewers
Reviewers should ensure that the following tasks are carried out for incorporated issues:
unstablebranch via pull request. The corresponding pull request is cross-referenced.