Commit 23ed051a authored by Oleg Korshul's avatar Oleg Korshul

убрал зависимости

parent 73dd12fe
...@@ -43,7 +43,7 @@ int main(int argc, char *argv[]) ...@@ -43,7 +43,7 @@ int main(int argc, char *argv[])
oRenderer.put_Width(dWidthMM); oRenderer.put_Width(dWidthMM);
oRenderer.put_Height(dHeightMM); oRenderer.put_Height(dHeightMM);
oRenderer.put_FontPath(L"D:\\activex\\AVS\\Sources\\TeamlabOffice\\trunk\\ServerComponents\\DesktopEditor\\ChromiumBasedEditors2\\app\\test\\src\\build\\win64\\Debug\\fonts\\fonts\\truetype\\xmind\\Lobster-Regular.ttf"); oRenderer.put_FontPath(L"Lobster-Regular.ttf");
oRenderer.put_FontFaceIndex(0); oRenderer.put_FontFaceIndex(0);
oRenderer.put_FontSize(18); oRenderer.put_FontSize(18);
......
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
#include "Document.h" #include "Document.h"
#include "../../DesktopEditor/fontengine/FontConverter.h" #include "../../DesktopEditor/fontengine/FontConverter.h"
#include "../../DesktopEditor/ChromiumBasedEditors2/lib/src/Logger.h"
namespace NSHtmlRenderer namespace NSHtmlRenderer
{ {
static double __g_matrix_eps = 0.0001; static double __g_matrix_eps = 0.0001;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment