Overbar not applied across subscript
<!-- --------Before Creating a New Issue----------- * Limit report to a single issue. * Search the issue tracker to verify the issue has not already been reported. * Complete all instructions between `template comment markers <>. * Keep report contents limited to the necessary information required to fix the issue. * When creating an issue against the stable version of KiCad, make sure the latest available stable version is installed as issues may have already been resolved in later stable versions. --> # Description <!-- What is the current behavior and what is the expected behavior? --> <!-- If the issue is visual/graphical, please attach screenshots of the problem. --> <!-- Add the issue details below this line and before the "Steps to reproduce" heading. --> The text entry `~{E_{x}ample}` In 6.0 it looks like this (overbar across the whole word): ![image](/uploads/6a97d12bb6223a6df42f2076f4c8fe7e/image.png) Whereas in 7.0 rc1 looks like this (overbar not applied in the subscript): ![image](/uploads/da10a3da31f0c5e8202ab41cec26d5e7/image.png) # Steps to reproduce <!-- If there are multiple steps to reproduce it or it is a visual issue, then providing a screen recording as an attachment to this report is recommended. --> <!-- If this issue is specific to a project, please attach the necessary files to this issue. --> <!-- Add the steps to reproduce using the numbers below --> <!-- Add new step numbers before the "KiCad Version" heading. --> 1. Copy/paste the below s-expression in eeschema ``` (text "~{E_{x}ample}" (at 91.44 114.3 0) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 5786d268-50e8-47c6-b44a-932dcba29e7e) ) ``` # KiCad Version <!-- Copy version information (from main menu Help->About KiCad ->Copy Version Info) and paste it between the triple backticks below to preserve the formatting. --> ``` Application: KiCad Schematic Editor x64 on x64 Version: (7.0.0-rc1-51-ge7e151c46c), debug build Libraries: wxWidgets 3.2.1 FreeType 2.12.1 HarfBuzz 5.0.1 FontConfig 2.14.1 libcurl/7.86.0-DEV Schannel zlib/1.2.13 Platform: Windows 10 (build 19044), 64-bit edition, 64 bit, Little endian, wxMSW Build Info: Date: Jan 9 2023 00:26:22 wxWidgets: 3.2.1 (wchar_t,wx containers) Boost: 1.80.0 OCC: 7.6.2 Curl: 7.86.0-DEV ngspice: 37 Compiler: Visual C++ 1933 without C++ ABI Build settings: KICAD_SPICE=ON KICAD_STDLIB_DEBUG=OFF KICAD_STDLIB_LIGHT_DEBUG=OFF KICAD_SANITIZE_ADDRESS=OFF KICAD_SANITIZE_THREADS=OFF ```
issue