Text measurer module

This commit is contained in:
Oleg Korshul
2022-05-31 19:53:06 +03:00
parent 6d69fc21d5
commit 1ba4412bd4
7 changed files with 65 additions and 8 deletions

View File

@ -85,7 +85,8 @@ include($$PWD/js_internal/js_base.pri)
embed/v8/v8_NativeBuilder.cpp \
embed/v8/v8_Graphics.cpp \
embed/v8/v8_Zip.cpp \
embed/v8/v8_Pointer.cpp
embed/v8/v8_Pointer.cpp \
embed/v8/v8_TextMeasurer.cpp
build_xp:DESTDIR=$$DESTDIR/xp
} else {
@ -96,12 +97,15 @@ include($$PWD/js_internal/js_base.pri)
embed/jsc/jsc_NativeControl.mm \
embed/jsc/jsc_NativeBuilder.mm \
embed/jsc/jsc_Zip.mm \
embed/jsc/jsc_Pointer.mm
embed/jsc/jsc_Pointer.mm \
embed/jsc/jsc_TextMeasurer.mm
LIBS += -framework Foundation
}
}
include(../graphics/pro/textshaper.pri)
# downloader
DEFINES += BUIDLER_OPEN_DOWNLOAD_ENABLED
DEFINES += BUIDLER_OPEN_BASE64_ENABLED