mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
fix slide unit tests
This commit is contained in:
@ -68,6 +68,10 @@
|
||||
AscFonts.onLoadModule = function () {
|
||||
|
||||
}
|
||||
AscFonts.GetGraphemeWidth = function()
|
||||
{
|
||||
return CharWidth;
|
||||
};
|
||||
AscFonts.CTextShaper.prototype.FlushWord = function()
|
||||
{
|
||||
AscFonts.HB_EndString();
|
||||
|
||||
Reference in New Issue
Block a user