From a876fd8c161b29418243c671260b59bc7f8742ae Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Fri, 11 Sep 2015 23:05:09 +0200 Subject: [PATCH] TextRun --- GOLib.csproj | 1 + Tests/GOLIBTests.cs | 2 +- Tests/Interfaces/testLabel.goml | 7 +- src/GraphicObjects/GraphicObject.cs | 6 + src/GraphicObjects/TextRun.cs | 333 ++++++++++++++++++++++++++++ 5 files changed, 346 insertions(+), 3 deletions(-) create mode 100755 src/GraphicObjects/TextRun.cs diff --git a/GOLib.csproj b/GOLib.csproj index 92896b0f..e785acac 100644 --- a/GOLib.csproj +++ b/GOLib.csproj @@ -117,6 +117,7 @@ + diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index 29cfc9fd..5a8dd181 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -31,13 +31,13 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { + "testLabel.goml", "testGrid.goml", "test1.goml", "test1.1.goml", "test1.2.goml", "test1.3.goml", "test2.goml", - "testLabel.goml", "testContainer.goml", "test_stack.goml", "testHStack.goml", diff --git a/Tests/Interfaces/testLabel.goml b/Tests/Interfaces/testLabel.goml index a640002a..d394e32c 100755 --- a/Tests/Interfaces/testLabel.goml +++ b/Tests/Interfaces/testLabel.goml @@ -1,3 +1,6 @@  -