Hi everyone, *Instead of* attempting *a monolithic *integration of the HarfBuzz Math API, I discussed the integration strategy with my mentor before. We decided that I will identify specific features in StarMath, map their exact requirements from the HarfBuzz Math API, and integrate the functions *incrementally *based on needs.
My start point HarfBuzz Math function I am preparing to map is: hb_ot_math_get_constant() Version Control Strategy: Following discussions with my mentor, we have agreed that my work will be submitted via multiple, separate Pull Requests. These PRs will remain open as work in progress during development. They will be merged by the end of the work. Next Steps: I will start coding after this week, beginning with the first PR in this series, which will focus on integrating hb_ot_math_get_constant(). Best Regards, Aya Jamal
