fix slide unit tests

This commit is contained in:
Sergey Luzyanin
2025-07-15 14:08:46 +03:00
parent 3100071f28
commit 6322310e94

View File

@ -68,6 +68,10 @@
AscFonts.onLoadModule = function () {
}
AscFonts.GetGraphemeWidth = function()
{
return CharWidth;
};
AscFonts.CTextShaper.prototype.FlushWord = function()
{
AscFonts.HB_EndString();