Hi everyone, I'm currently investigating VCL, especially font.cxx, outputdev.cxx, PhysicalFont and LogicalFont files. Together with my mentor, I evaluated two possible approaches for integrating the HarfBuzz Math API into the StarMath module and decided one of them.
The chosen approach is to integrate through font.cxx rather than outputdev.cxx because font.cxx is more suitable for the StarMath module. StarMath has been integrated before through the font approach, and it aligns better with the current architecture. In addition, the outputdev approach is older and less suitable for this integration. That is the API that I will be integrating: https://harfbuzz.github.io/harfbuzz-hb-ot-math.html Best Regards, Aya Jamal
