├── .gitattributes
├── .gitignore
├── LICENSE
├── README.md
├── Source
├── Deps
│ ├── README.md
│ └── x_autogen2
│ │ ├── PixelFarm.Android.One
│ │ ├── PixelFarm.Android.One.csproj
│ │ ├── PixelFarm
│ │ │ └── Typography
│ │ │ │ └── Typography.OpenFont
│ │ │ │ └── ExtensionAttribute.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Resources
│ │ │ ├── AboutResources.txt
│ │ │ ├── Resource.Designer.cs
│ │ │ └── Values
│ │ │ └── Strings.xml
│ │ ├── PixelFarm.Drawing.One
│ │ └── PixelFarm.Drawing.One.csproj
│ │ ├── PixelFarm.HtmlRender.Windows.One
│ │ └── PixelFarm.HtmlRender.Windows.One.csproj
│ │ ├── PixelFarm.MiniAgg.One
│ │ └── PixelFarm.MiniAgg.One.csproj
│ │ ├── PixelFarm.One.HtmlRenderer
│ │ └── PixelFarm.One.HtmlRenderer.csproj
│ │ └── PixelFarm.iOS.One
│ │ ├── PixelFarm.iOS.One.csproj
│ │ ├── PixelFarm
│ │ └── Typography
│ │ │ └── Typography.OpenFont
│ │ │ └── ExtensionAttribute.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
├── Deps_HtmlKit
│ ├── .gitattributes
│ ├── .gitignore
│ ├── CodeGenerator
│ │ ├── CodeGenerator.csproj
│ │ ├── HtmlEntities.json
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── packages.config
│ ├── HtmlBuilder
│ │ ├── HtmlBuilder.csproj
│ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ ├── HtmlKit.nuspec
│ ├── HtmlKit.sln
│ ├── HtmlKit
│ │ ├── HtmlAttribute.cs
│ │ ├── HtmlAttributeCollection.cs
│ │ ├── HtmlAttributeId.cs
│ │ ├── HtmlEntityDecoder.cs
│ │ ├── HtmlEntityDecoder.g.cs
│ │ ├── HtmlKit.csproj
│ │ ├── HtmlNamespace.cs
│ │ ├── HtmlTagId.cs
│ │ ├── HtmlToken.cs
│ │ ├── HtmlTokenKind.cs
│ │ ├── HtmlTokenizer.cs
│ │ ├── HtmlTokenizerState.cs
│ │ ├── HtmlUtils.cs
│ │ ├── HtmlWriter.cs
│ │ ├── HtmlWriterState.cs
│ │ ├── ICharArray.cs
│ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ ├── HtmlKit_Net20
│ │ ├── ForNet20.cs
│ │ ├── HtmlKit_Net20.csproj
│ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ ├── License.md
│ ├── NUnit-2.6.4
│ │ ├── Logo.ico
│ │ ├── license.txt
│ │ └── nunit_bin
│ │ │ ├── NUnitFitTests.html
│ │ │ ├── NUnitTests.config
│ │ │ ├── NUnitTests.nunit
│ │ │ ├── agent.conf
│ │ │ ├── agent.log.conf
│ │ │ ├── framework
│ │ │ ├── nunit.framework.dll
│ │ │ ├── nunit.framework.xml
│ │ │ ├── nunit.mocks.dll
│ │ │ └── pnunit.framework.dll
│ │ │ ├── launcher.log.conf
│ │ │ ├── lib
│ │ │ ├── NSubstitute.dll
│ │ │ ├── NSubstitute.xml
│ │ │ ├── Rhino.Mocks.dll
│ │ │ ├── Rhino.Mocks.xml
│ │ │ ├── log4net.dll
│ │ │ ├── nunit-console-runner.dll
│ │ │ ├── nunit-gui-runner.dll
│ │ │ ├── nunit.core.dll
│ │ │ ├── nunit.core.interfaces.dll
│ │ │ ├── nunit.uiexception.dll
│ │ │ ├── nunit.uikit.dll
│ │ │ └── nunit.util.dll
│ │ │ ├── nunit-agent-x86.exe
│ │ │ ├── nunit-agent-x86.exe.config
│ │ │ ├── nunit-agent.exe
│ │ │ ├── nunit-agent.exe.config
│ │ │ ├── nunit-console-x86.exe
│ │ │ ├── nunit-console-x86.exe.config
│ │ │ ├── nunit-console.exe
│ │ │ ├── nunit-console.exe.config
│ │ │ ├── nunit-editor.exe
│ │ │ ├── nunit-x86.exe
│ │ │ ├── nunit-x86.exe.config
│ │ │ ├── nunit.exe
│ │ │ ├── nunit.exe.config
│ │ │ ├── nunit.framework.dll
│ │ │ ├── pnunit-agent.exe
│ │ │ ├── pnunit-agent.exe.config
│ │ │ ├── pnunit-launcher.exe
│ │ │ ├── pnunit-launcher.exe.config
│ │ │ ├── pnunit.framework.dll
│ │ │ ├── pnunit.tests.dll
│ │ │ ├── runpnunit.bat
│ │ │ ├── test.conf
│ │ │ └── tests
│ │ │ ├── mock-assembly.dll
│ │ │ ├── nonamespace-assembly.dll
│ │ │ ├── nunit-console.tests.dll
│ │ │ ├── nunit-editor.tests.dll
│ │ │ ├── nunit-gui.tests.dll
│ │ │ ├── nunit.core.tests.dll
│ │ │ ├── nunit.core.tests.net45.dll
│ │ │ ├── nunit.framework.dll
│ │ │ ├── nunit.framework.tests.dll
│ │ │ ├── nunit.framework.tests.net45.dll
│ │ │ ├── nunit.mocks.tests.dll
│ │ │ ├── nunit.uiexception.tests.dll
│ │ │ ├── nunit.uikit.tests.dll
│ │ │ ├── nunit.util.tests.dll
│ │ │ ├── test-assembly-net45.dll
│ │ │ ├── test-assembly.dll
│ │ │ └── test-utilities.dll
│ ├── README.md
│ ├── TestWithWinForms
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── TestData
│ │ │ └── html
│ │ │ │ ├── blocked.html
│ │ │ │ ├── blocked.tokens
│ │ │ │ ├── test.html
│ │ │ │ ├── test.tokens
│ │ │ │ ├── xamarin3.html
│ │ │ │ ├── xamarin3.tokens
│ │ │ │ └── xamarin3.xhtml
│ │ ├── TestWithWinForms.csproj
│ │ └── packages.config
│ ├── UnitTests
│ │ ├── HtmlAttributeTests.cs
│ │ ├── HtmlEntityDecoderTests.cs
│ │ ├── HtmlTokenizerTests.cs
│ │ ├── HtmlUtilsTests.cs
│ │ ├── HtmlWriterTests.cs
│ │ ├── TestData
│ │ │ └── html
│ │ │ │ ├── HtmlEntities.json
│ │ │ │ ├── blocked.html
│ │ │ │ ├── blocked.out.html
│ │ │ │ ├── blocked.tokens
│ │ │ │ ├── cdata.html
│ │ │ │ ├── cdata.out.html
│ │ │ │ ├── cdata.tokens
│ │ │ │ ├── papercut-4.4.html
│ │ │ │ ├── papercut-4.4.out.html
│ │ │ │ ├── papercut-4.4.tokens
│ │ │ │ ├── papercut.html
│ │ │ │ ├── papercut.out.html
│ │ │ │ ├── papercut.tokens
│ │ │ │ ├── plaintext.html
│ │ │ │ ├── plaintext.out.html
│ │ │ │ ├── plaintext.tokens
│ │ │ │ ├── script-data.html
│ │ │ │ ├── script-data.out.html
│ │ │ │ ├── script-data.tokens
│ │ │ │ ├── test.html
│ │ │ │ ├── test.out.html
│ │ │ │ ├── test.tokens
│ │ │ │ ├── xamarin3.html
│ │ │ │ ├── xamarin3.out.html
│ │ │ │ ├── xamarin3.tokens
│ │ │ │ └── xamarin3.xhtml
│ │ ├── UnitTests.csproj
│ │ ├── packages.config
│ │ ├── submit.ps1
│ │ └── test.ps1
│ ├── UnitTests_Net20
│ │ ├── HtmlTokenizerTests.cs
│ │ ├── TestData
│ │ │ └── html
│ │ │ │ ├── blocked.html
│ │ │ │ ├── blocked.tokens
│ │ │ │ ├── test.html
│ │ │ │ ├── test.tokens
│ │ │ │ ├── xamarin3.html
│ │ │ │ ├── xamarin3.tokens
│ │ │ │ └── xamarin3.xhtml
│ │ ├── UnitTests_Net20.csproj
│ │ └── packages.config
│ ├── appveyor.yml
│ └── cov-build.bat
├── Deps_JsEngine
│ └── README.md
├── HtmlRenderer.One.csproj
├── HtmlRenderer.sln
├── LayoutFarm.CssBase
│ ├── CssColor.cs
│ ├── CssConstants.cs
│ ├── CssKnownColor.cs
│ ├── CssLength.cs
│ ├── CssProps.cs
│ ├── CssUnitOrNames.cs
│ ├── LayoutFarm.CssBase.csproj
│ ├── MapAttribute.cs
│ └── Properties
│ │ └── AssemblyInfo.cs
├── LayoutFarm.HtmlComposer
│ ├── 0_Start
│ │ └── ComposerConfig.cs
│ ├── 1_Composers
│ │ ├── 1_Builder
│ │ │ ├── BulletNumberFormatter.cs
│ │ │ ├── CustomCssBoxGenerator.cs
│ │ │ ├── HtmlContentTextSplitter.cs
│ │ │ ├── HtmlHost.cs
│ │ │ ├── RenderTreeBuilder.cs
│ │ │ ├── RunListHelper.cs
│ │ │ ├── SpecialBoxCreator.cs
│ │ │ ├── TopDownActiveCssTemplate.cs
│ │ │ └── WebDocumentParser.cs
│ │ ├── 2_Css
│ │ │ ├── CssColorConv.cs
│ │ │ ├── CssDefaults.cs
│ │ │ └── SpecSetter.cs
│ │ ├── 3_Scriptable
│ │ │ └── EaseScriptElement.cs
│ │ ├── 4_Diagnostic
│ │ │ ├── ArgCheckNotNullAttribute.cs
│ │ │ ├── HtmlGenerationStyle.cs
│ │ │ └── HtmlRenderErrorType.cs
│ │ ├── 5_RenderBoxes
│ │ │ ├── HtmlRenderBox.cs
│ │ │ ├── MyHtmlContainer.cs
│ │ │ ├── RenderElementWrapperCssBox.cs
│ │ │ └── TopWindowRenderBox.cs
│ │ └── 6_SpecialCssBoxes
│ │ │ ├── CssBoxScrollView.cs
│ │ │ └── CssIsolateBox.cs
│ ├── 4_WebDom
│ │ ├── CustomCssBoxGen.cs
│ │ ├── HtmlDocument.cs
│ │ ├── HtmlDocumentFragment.cs
│ │ ├── HtmlElements.cs
│ │ ├── HtmlShadowDocument.cs
│ │ ├── HtmlSharedDocument.cs
│ │ ├── HtmlTextNode.cs
│ │ └── SpecialHtmlElements.cs
│ ├── 5_RenderBasedUI
│ │ ├── CustomRenderElements.cs
│ │ └── RenderElementExtension.cs
│ ├── 6_Svg
│ │ ├── SvgCreator.cs
│ │ ├── SvgRootEventPortal.cs
│ │ └── SvgRootEventPortal_IEventPortal.cs
│ ├── 7_Events
│ │ ├── HtmlInputEventAdapter.cs
│ │ └── RenderElementEventPortal.cs
│ ├── LayoutFarm.HtmlComposer.csproj
│ └── Properties
│ │ └── AssemblyInfo.cs
├── LayoutFarm.HtmlRenderer
│ ├── 1_Css
│ │ ├── BoxSpec.cs
│ │ ├── BoxSpecNode.cs
│ │ ├── BoxSpec_CopyAndVersioning.cs
│ │ └── CssFeatures.cs
│ ├── 2_Boxes
│ │ ├── 0_Root
│ │ │ ├── CssBoxConstConfig.cs
│ │ │ ├── HtmlContainer.cs
│ │ │ └── IRootGraphics.cs
│ │ ├── 1_CoreBox
│ │ │ ├── BoxVisitor.cs
│ │ │ ├── CssBox.cs
│ │ │ ├── CssBoxCollection.cs
│ │ │ ├── CssBox_BoxFlags.cs
│ │ │ ├── CssBox_Fields.cs
│ │ │ ├── CssBox_Flex.cs
│ │ │ ├── CssBox_OtherActualValues.cs
│ │ │ ├── CssBox_Paint.cs
│ │ │ ├── CssBox_Positions.cs
│ │ │ ├── CssBox_Spec_ReadOnly.cs
│ │ │ ├── CssBox_Spec_Snap.cs
│ │ │ ├── CssBox_Unsafe.cs
│ │ │ ├── CssLineBox.cs
│ │ │ ├── CssSideAndOrientation.cs
│ │ │ ├── CssValueParser.cs
│ │ │ └── SelectionSegment.cs
│ │ ├── 2_Runs
│ │ │ ├── CssBlockRun.cs
│ │ │ ├── CssImageRun.cs
│ │ │ ├── CssRun.cs
│ │ │ └── CssTextRun.cs
│ │ ├── 3_Render
│ │ │ ├── BackgroundImagePaintHelper.cs
│ │ │ ├── BorderPaintHelper.cs
│ │ │ ├── CssBoxDecorator.cs
│ │ │ ├── MultiLayerStack.cs
│ │ │ └── PaintVisitor.cs
│ │ └── 4_HitAndSelections
│ │ │ ├── BoxHitChain.cs
│ │ │ └── SelectionRange.cs
│ ├── 3_Boxes_Layout
│ │ ├── 0_General
│ │ │ ├── BoxHitUtils.cs
│ │ │ ├── CssBoxLayoutExtension.cs
│ │ │ ├── CssLayoutEngine.FloatFormattingContext.cs
│ │ │ ├── CssLayoutEngine.cs
│ │ │ ├── CssTableLayoutEngine.CssVerticalCellSpacingBox.cs
│ │ │ ├── CssTableLayoutEngine.TableColumns.cs
│ │ │ ├── CssTableLayoutEngine.cs
│ │ │ └── LayoutVisitor.cs
│ │ └── 1_Flex
│ │ │ └── FlexContainer.cs
│ ├── 4_Svg
│ │ ├── 05_SvgDoms
│ │ │ ├── CssBoxSvgRoot.cs
│ │ │ └── SvgElements.cs
│ │ ├── 07_Coords_Transforms
│ │ │ ├── SvgMatrix.cs
│ │ │ ├── SvgRotate.cs
│ │ │ ├── SvgScale.cs
│ │ │ ├── SvgShear.cs
│ │ │ ├── SvgSkew.cs
│ │ │ ├── SvgTransform.cs
│ │ │ └── SvgTranslate.cs
│ │ ├── 08_Paths
│ │ │ ├── SvgPath.cs
│ │ │ ├── SvgPathDataParser.cs
│ │ │ └── SvgPathSegments.cs
│ │ ├── 09_BasicShapes
│ │ │ ├── SvgImage.cs
│ │ │ ├── SvgImageBinder.cs
│ │ │ ├── SvgSpec.cs
│ │ │ └── SvgVisualElements.cs
│ │ ├── 16_Interactivity
│ │ │ └── SvgHitChain.cs
│ │ └── license.txt
│ ├── 5_Boxes_SpecialBoxes
│ │ ├── CssBoxFrame.cs
│ │ ├── CssBoxHr.cs
│ │ ├── CssBoxImage.cs
│ │ ├── CssBoxListItem.cs
│ │ └── CssFloatContainerBox.cs
│ ├── 6_Diagnostics
│ │ └── dbug.cs
│ ├── LayoutFarm.HtmlRenderer.csproj
│ ├── Platform
│ │ ├── FontDefaultConfig.cs
│ │ └── RenderUtils.cs
│ └── Properties
│ │ └── AssemblyInfo.cs
├── LayoutFarm.WebDom
│ ├── 0_WebDom.Parser
│ │ ├── CssParser.cs
│ │ ├── CssParserHelper.cs
│ │ ├── CssValueParser.cs
│ │ ├── DeprecatedAttribute.cs
│ │ ├── HtmlKitParser.cs
│ │ ├── HtmlParser.cs
│ │ ├── HtmlUtils.cs
│ │ ├── MyHtmlParser.cs
│ │ └── TextSource.cs
│ ├── 1_Css
│ │ ├── CssActiveSheet.cs
│ │ ├── CssAttributeSelector.cs
│ │ ├── CssCodeValueExpressions.cs
│ │ ├── CssDocMembers.cs
│ │ ├── CssDocument.cs
│ │ ├── CssElementSelectors.cs
│ │ ├── CssPropertyDeclaration.cs
│ │ ├── UserMapUtil.cs
│ │ ├── ValueMaps.cs
│ │ └── WellknownCssPropertyName.cs
│ ├── 2_WebDom
│ │ ├── DomElement.cs
│ │ ├── DomElement_EventListener.cs
│ │ ├── DomElement_OnEvents.cs
│ │ ├── DomNodes.cs
│ │ ├── ElementChangeKind.cs
│ │ ├── StringTable.cs
│ │ ├── WebDocument.cs
│ │ └── WellknownElementName.cs
│ ├── 3_WebDom_Interfaces
│ │ └── HtmlInterfaces.cs
│ ├── 4_WebDom.Impl
│ │ ├── DomTextWriter.cs
│ │ ├── HtmlDocument.cs
│ │ ├── HtmlDocumentFragment.cs
│ │ ├── HtmlDocument_Scripting.cs
│ │ ├── HtmlElements.Scripting.cs
│ │ ├── HtmlElements.cs
│ │ ├── HtmlPredefinedNames.cs
│ │ ├── HtmlShadowDocument.cs
│ │ ├── HtmlTextNode.cs
│ │ └── SpecialHtmlElements.cs
│ ├── 5_HtmlKit
│ │ ├── HtmlAttributeId.cs
│ │ └── HtmlTagId.cs
│ ├── IScriptable
│ │ └── JsScriptAttributes.cs
│ ├── LayoutFarm.WebDom.csproj
│ └── Properties
│ │ └── AssemblyInfo.cs
├── LayoutFarm.WebLexer
│ ├── LayoutFarm.WebLexer.csproj
│ ├── MyLexer
│ │ ├── CssLexer.cs
│ │ ├── HtmlLexer.cs
│ │ ├── MyHtmlLexer.cs
│ │ ├── MyHtmlLexer_dbug.cs
│ │ ├── TextSnapshot.cs
│ │ └── dbugLexerReport.cs
│ └── Properties
│ │ └── AssemblyInfo.cs
├── LayoutFarm.YourHtmlWidget
│ ├── 5.1_HtmlWidgetBase
│ │ ├── 0_WidgetBase.cs
│ │ ├── Button.cs
│ │ ├── CheckBox.cs
│ │ ├── ComboBox.cs
│ │ ├── HingeBox.cs
│ │ ├── HtmlDomExtension.cs
│ │ ├── ListView.cs
│ │ ├── Menu.cs
│ │ ├── ScrollBar.cs
│ │ ├── TabPageBox.cs
│ │ └── TreeView.cs
│ ├── 5_HtmlBox
│ │ ├── HtmlBox.cs
│ │ ├── HtmlContainerHelper.cs
│ │ ├── HtmlHostContentManager.cs
│ │ └── MyCustomCssBoxGenerator.cs
│ ├── LayoutFarm.YourHtmlWidget.csproj
│ └── Properties
│ │ └── AssemblyInfo.cs
├── MainDev_Merge.sln
├── Test0_PresentationDevHelper_New
│ ├── Dev
│ │ ├── DemoBase.cs
│ │ ├── FormCanvasHelper.cs
│ │ ├── FormDemoList.Designer.cs
│ │ ├── FormDemoList.cs
│ │ ├── FormDemoList.resx
│ │ ├── FormLayoutInspector.Designer.cs
│ │ ├── FormLayoutInspector.cs
│ │ ├── FormLayoutInspector.resx
│ │ ├── FormPrint.Designer.cs
│ │ ├── FormPrint.cs
│ │ ├── FormPrint.resx
│ │ └── SampleViewport.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Test0_PresentationDevHelper_New.csproj
│ └── app.config
├── Test1_CoreVisual_New
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Test1_CoreVisual_New.csproj
│ └── app.config
├── Test2_WebDomParsers
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SampleData
│ │ ├── 0_basic
│ │ │ └── test01.html
│ │ └── 1_large_and_errs
│ │ │ ├── syntax.html
│ │ │ └── test01.html
│ └── Test2_WebDomParsers.csproj
├── Test3_MixHtml.One
│ ├── Demo
│ │ ├── arrow_blank.png
│ │ ├── arrow_close.png
│ │ ├── arrow_open.png
│ │ └── favorites32.png
│ ├── ExampleFolderConfig.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Test3_MixHtml.One.csproj
│ ├── app.config
│ └── images
│ │ ├── 01.jpg
│ │ ├── 02.jpg
│ │ ├── 03.jpg
│ │ ├── 04.jpg
│ │ ├── 05.jpg
│ │ ├── images.txt
│ │ └── sample01.png
├── Test3_MixHtml
│ ├── Demo
│ │ ├── arrow_blank.png
│ │ ├── arrow_close.png
│ │ ├── arrow_open.png
│ │ └── favorites32.png
│ ├── Demo4
│ │ ├── 4.1_UIHtmlBox.cs
│ │ ├── 4.2_MixHtml.cs
│ │ ├── 4.3.1_UIHtmlBoxWithResReq.cs
│ │ ├── 4.3.2_UIHtmlBox_ContentMx.cs
│ │ ├── 4.4_CssLeanBox.cs
│ │ ├── 4.5_LightHtmlBox.cs
│ │ └── 4.6_DynamicDom1.cs
│ ├── Demo5
│ │ ├── 5.0_HtmlDemoBase.cs
│ │ ├── 5.1_Demo_Hinges.cs
│ │ ├── 5.2_Demo_MultipleBoxes2.cs
│ │ ├── 5.3_Demo_TabPage.cs
│ │ ├── 5.7_Demo_ListView.cs
│ │ ├── 5.8_Demo_Hinge.cs
│ │ └── 5.9_Demo_TreeView.cs
│ ├── Demo7
│ │ ├── 7.1_DemoDzBoard.cs
│ │ ├── AppModule.cs
│ │ ├── CompoModule.cs
│ │ ├── DesignBoardActions.cs
│ │ ├── DesignBoardController.cs
│ │ ├── DesignBoardModule.cs
│ │ ├── DzBoxSerializer.cs
│ │ ├── GraphicShapeElements.cs
│ │ └── MenuBoardModule.cs
│ ├── ExampleFolderConfig.cs
│ ├── HtmlHostCreatorHelper.cs
│ ├── ManagedTextBreaker.cs
│ ├── NativeTextBreaker.cs
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SampleViewportExtension.cs
│ ├── Test3_MixHtml.csproj
│ ├── app.config
│ └── images
│ │ ├── 01.jpg
│ │ ├── 02.jpg
│ │ ├── 03.jpg
│ │ ├── 04.jpg
│ │ ├── 05.jpg
│ │ ├── images.txt
│ │ └── sample01.png
├── Test5_Ease
│ ├── AppModule
│ │ └── SampleAppModule.cs
│ ├── EaseComponents
│ │ ├── MyJsTypeDefBuilder.cs
│ │ └── MyWebConsole.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── Test5_Ease.csproj
├── Test6_WinNeutral
│ ├── GLFWProgram.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Test6_WinNeutral.csproj
├── Test7_Win
│ ├── GLFWProgram.cs
│ ├── Helper
│ │ ├── EaseDomElement.cs
│ │ ├── EaseHost.cs
│ │ ├── EaseViewport.cs
│ │ ├── FormCanvasHelper.cs
│ │ ├── HtmlHostCreatorHelper.cs
│ │ ├── SampleViewport.cs
│ │ ├── SampleViewportExtension.cs
│ │ └── UserHtmlWorkspace.cs
│ ├── Helper2
│ │ ├── EaseDomElement.cs
│ │ ├── EaseHost.cs
│ │ ├── EaseViewport.cs
│ │ └── UserHtmlWorkspace.cs
│ ├── LionDataStore.cs
│ ├── MyNativeRGBA32BitsImage.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SampleBase.cs
│ ├── SpriteShape.cs
│ ├── T108_LionFill.cs
│ └── Test7_Win.csproj
├── Test8_HtmlRenderer.Demo
│ ├── DemoForm.Designer.cs
│ ├── DemoForm.cs
│ ├── DemoForm.resx
│ ├── DemoList
│ │ ├── Demo01_CreateHtmlDomStyle1.cs
│ │ ├── Demo02_CreateHtmlDomStyle2.cs
│ │ ├── Demo03_DynamicContent1.cs
│ │ ├── Demo04_DynamicContent2.cs
│ │ ├── Demo05_Dynamic_BoxSpec.cs
│ │ └── DemoBase.cs
│ ├── DevForm.Designer.cs
│ ├── DevForm.cs
│ ├── DevForm.resx
│ ├── HtmlDomExtension
│ │ └── HtmlDomExtension.cs
│ ├── HtmlRenderer.WinFormControls
│ │ ├── HtmlPanel.cs
│ │ └── HtmlScrollEventArgs.cs
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Resource.Designer.cs
│ ├── Resource.resx
│ ├── Resources
│ │ ├── CustomFont.ttf
│ │ ├── Event16.png
│ │ ├── Window.gif
│ │ ├── comment16.gif
│ │ ├── delete16.gif
│ │ ├── delete32.gif
│ │ ├── exclamation32.png
│ │ ├── favorites32.png
│ │ ├── font32.png
│ │ ├── formula32.png
│ │ ├── html.ico
│ │ ├── html32.png
│ │ ├── image32.png
│ │ ├── method16.gif
│ │ ├── paly32.png
│ │ ├── property16.gif
│ │ ├── property32.png
│ │ ├── refreshdocument32.png
│ │ └── web_pallete.gif
│ ├── Samples
│ │ ├── 0_acid1_dev
│ │ │ ├── 00.htm
│ │ │ ├── 000.1.html
│ │ │ ├── 000.2.html
│ │ │ ├── 001.html
│ │ │ ├── 002.1.html
│ │ │ ├── 002.html
│ │ │ ├── 003.1.html
│ │ │ ├── 003.10.html
│ │ │ ├── 003.11.html
│ │ │ ├── 003.12.html
│ │ │ ├── 003.13.1.html
│ │ │ ├── 003.13.html
│ │ │ ├── 003.2.html
│ │ │ ├── 003.3.html
│ │ │ ├── 003.4.html
│ │ │ ├── 003.5.1.html
│ │ │ ├── 003.5.2.html
│ │ │ ├── 003.5.html
│ │ │ ├── 003.6.html
│ │ │ ├── 003.7.html
│ │ │ ├── 003.8.html
│ │ │ ├── 003.9.html
│ │ │ ├── 003.html
│ │ │ └── x00.ACID 1.htm
│ │ ├── 1_acid2_dev
│ │ │ └── acid2.html
│ │ ├── Basic
│ │ │ ├── 01_table1.htm
│ │ │ ├── 02_text.htm
│ │ │ ├── 03_text2.htm
│ │ │ ├── 04_text3.htm
│ │ │ ├── 05_add.htm
│ │ │ ├── 06_txt.htm
│ │ │ ├── 07_1_ab2.htm
│ │ │ ├── 07_ab.htm
│ │ │ ├── 08_link1.htm
│ │ │ ├── 08_link2.htm
│ │ │ ├── 09_text.htm
│ │ │ ├── 10_td.htm
│ │ │ ├── 11_lines.htm
│ │ │ ├── 12_table_image.htm
│ │ │ ├── 13_text.htm
│ │ │ ├── 14_table2.htm
│ │ │ ├── 15_table3.htm
│ │ │ ├── 16_div.htm
│ │ │ ├── 17_inlineblock.htm
│ │ │ ├── 18_inlineblock2.htm
│ │ │ ├── 19_inlineblock3.htm
│ │ │ ├── 20_inlineblock4.htm
│ │ │ ├── 21_canvas.htm
│ │ │ ├── 22_abs_pos.htm
│ │ │ ├── 23_relative_pos.htm
│ │ │ ├── 24_fixed_pos.htm
│ │ │ ├── 25_center_pos.htm
│ │ │ ├── 26_abs_pos2.htm
│ │ │ ├── 30_padding.htm
│ │ │ ├── 32_overflow_content.htm
│ │ │ ├── 33_box_shadow1.htm
│ │ │ ├── 40_div.htm
│ │ │ ├── 50_input.htm
│ │ │ ├── 51_htmlAttr.html
│ │ │ ├── 52_box2.html
│ │ │ ├── 53_box_sizing.html
│ │ │ ├── 54_float1.htm
│ │ │ ├── 55_float2.htm
│ │ │ ├── 56_float3.htm
│ │ │ ├── 57_float4.htm
│ │ │ ├── 58_box_sizing2.html
│ │ │ ├── html32.png
│ │ │ └── stylesheet1.css
│ │ ├── ClassicSamples
│ │ │ ├── 00.Intro.htm
│ │ │ ├── 00.Intro2.htm
│ │ │ ├── 01.History.htm
│ │ │ ├── 02.Text.htm
│ │ │ ├── 03.Tables.htm
│ │ │ ├── 04.Links.htm
│ │ │ ├── 05.Images.htm
│ │ │ ├── 06.Embeded video.htm
│ │ │ ├── 07.Additional features.htm
│ │ │ ├── 08.Tooltip.htm
│ │ │ ├── 09.Using the library.htm
│ │ │ ├── 10.HtmlPanel.htm
│ │ │ ├── 11.HtmlLabel.htm
│ │ │ ├── 12.HtmlToolTip.htm
│ │ │ ├── 13.HtmlRender.htm
│ │ │ ├── 14.HtmlContainer.htm
│ │ │ ├── 20.About.htm
│ │ │ ├── 21.IntroOld.htm
│ │ │ ├── 22TextOld.htm
│ │ │ ├── html32.png
│ │ │ ├── stylesheet1.css
│ │ │ ├── x00.Intro.htm
│ │ │ ├── x00.Intro2.htm
│ │ │ ├── x00.Intro5.htm
│ │ │ ├── x02.Text3.htm
│ │ │ ├── x02.Text4.htm
│ │ │ ├── x03.Tables.htm
│ │ │ ├── x03.Tables2.htm
│ │ │ └── x03.Tables3.htm
│ │ ├── Experiment
│ │ │ ├── 1_simple_flex.htm
│ │ │ ├── 2_flex2.htm
│ │ │ ├── 3_ext_flex.htm
│ │ │ ├── 4_custom_element.htm
│ │ │ └── 5_template.html
│ │ ├── PerfSamples
│ │ │ └── 1.Big table.htm
│ │ ├── SvgSamples
│ │ │ ├── svg01.htm
│ │ │ ├── svg02.htm
│ │ │ ├── svg03_rounds.htm
│ │ │ ├── svg04_lines.htm
│ │ │ ├── svg05_gradient.htm
│ │ │ ├── svg06_path.htm
│ │ │ ├── svg07_path2.htm
│ │ │ ├── svg08_image.htm
│ │ │ ├── svg09_path3.htm
│ │ │ ├── svg10_arc.htm
│ │ │ ├── svg11_arc.htm
│ │ │ ├── svg12_arc.htm
│ │ │ ├── svg13_curve.htm
│ │ │ ├── svg14_.svg
│ │ │ └── svg15_curve.htm
│ │ ├── TestSamples
│ │ │ ├── 01.Header.htm
│ │ │ ├── 02.Line break.htm
│ │ │ ├── 03.Paragraphs.htm
│ │ │ ├── 04.Blockquotes.htm
│ │ │ ├── 05.Images.htm
│ │ │ ├── 06.External Image.htm
│ │ │ ├── 07.Background Image.htm
│ │ │ ├── 08.White-space.htm
│ │ │ ├── 09.Inline.htm
│ │ │ ├── 10.BlockInInline.htm
│ │ │ ├── 11.LineHeight.htm
│ │ │ ├── 12.Text.htm
│ │ │ ├── 13.Tables.htm
│ │ │ ├── 14.Iframes.htm
│ │ │ ├── 15.MaxWidth.htm
│ │ │ ├── 16.Borders.htm
│ │ │ ├── 17.Languages.htm
│ │ │ ├── 18.Anchors.htm
│ │ │ ├── 19.Many images.htm
│ │ │ ├── 20.Fonts decorations.htm
│ │ │ ├── 21.Bullets.htm
│ │ │ ├── 22.RTL.htm
│ │ │ └── 30.Misc.htm
│ │ └── WordSplit
│ │ │ ├── 1.th_TH.htm
│ │ │ ├── 2.Symbols.htm
│ │ │ └── 3.Symbols.htm
│ ├── Test.cs
│ └── Test8_HtmlRenderer.Demo.csproj
├── Tools
│ ├── BuildMergeProject
│ │ ├── BuildMergeProject.csproj
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── MergeProjects.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SolutionListViewController.cs
│ │ └── app.config
│ └── MergeProjectTool
│ │ ├── FormBuildMergeProject.Designer.cs
│ │ ├── FormBuildMergeProject.cs
│ │ ├── FormBuildMergeProject.resx
│ │ ├── MergeProjectTool.csproj
│ │ ├── MergeProjects.cs
│ │ ├── MergeProjectsToolBox.Designer.cs
│ │ ├── MergeProjectsToolBox.cs
│ │ ├── MergeProjectsToolBox.resx
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── SolutionListViewController.cs
├── YourImplementation
│ ├── Bootstrap
│ │ ├── BootStrapOpenGLES2.cs
│ │ └── BootStrapWinGdi.cs
│ ├── DrawingGLFontPrinter.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Windows
│ │ ├── InstallFontsProviderWin32.cs
│ │ └── WindowFontLoader.cs
│ └── YourImplementation.csproj
├── x_autogen
│ └── HtmlRenderer.One
│ │ └── HtmlRenderer.One.csproj
└── x_merge_projects
│ └── HtmlRenderer.One
│ └── HtmlRenderer.One.csproj
└── html.ico
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
4 | # Custom for Visual Studio
5 | *.cs diff=csharp
6 | *.sln merge=union
7 | *.csproj merge=union
8 | *.vbproj merge=union
9 | *.fsproj merge=union
10 | *.dbproj merge=union
11 |
12 | # Standard to msysgit
13 | *.doc diff=astextplain
14 | *.DOC diff=astextplain
15 | *.docx diff=astextplain
16 | *.DOCX diff=astextplain
17 | *.dot diff=astextplain
18 | *.DOT diff=astextplain
19 | *.pdf diff=astextplain
20 | *.PDF diff=astextplain
21 | *.rtf diff=astextplain
22 | *.RTF diff=astextplain
23 |
--------------------------------------------------------------------------------
/Source/Deps/README.md:
--------------------------------------------------------------------------------
1 | This folder should contains a PixelFarm source.
2 |
3 | That is auto-generated lib.
4 |
5 | like these pictures...
6 |
7 | 
8 |
9 | _pic 1: auto gen source from PixelFarm project_
10 |
11 | ---
12 |
13 | 
14 |
15 | _pic 2: detail_
16 |
17 |
18 |
19 | You can build the PixelFarm by your own.
20 |
21 |
22 | (from https://github.com/PaintLab/PixelFarm/commit/718fa24bc6cf575560ccf68b7e34c768dde7c007)
23 |
24 |
25 | or build from src snap shot at https://github.com/prepare/kneadium_release_tmp
26 |
27 | (download ... PixelFarm_for_HtmlRenderer.7z and extract to the folder as the pictures above)
28 |
--------------------------------------------------------------------------------
/Source/Deps/x_autogen2/PixelFarm.Android.One/PixelFarm/Typography/Typography.OpenFont/ExtensionAttribute.cs:
--------------------------------------------------------------------------------
1 | namespace System.Runtime.CompilerServices
2 | {
3 | public partial class ExtensionAttribute : Attribute
4 | {
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/Source/Deps/x_autogen2/PixelFarm.Android.One/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 | using Android.App;
5 |
6 | // General Information about an assembly is controlled through the following
7 | // set of attributes. Change these attribute values to modify the information
8 | // associated with an assembly.
9 | [assembly: AssemblyTitle("PixelFarm.Android.One")]
10 | [assembly: AssemblyDescription("")]
11 | [assembly: AssemblyConfiguration("")]
12 | [assembly: AssemblyCompany("Microsoft")]
13 | [assembly: AssemblyProduct("PixelFarm.Android.One")]
14 | [assembly: AssemblyCopyright("Copyright © Microsoft 2017")]
15 | [assembly: AssemblyTrademark("")]
16 | [assembly: AssemblyCulture("")]
17 | [assembly: ComVisible(false)]
18 |
19 | // Version information for an assembly consists of the following four values:
20 | //
21 | // Major Version
22 | // Minor Version
23 | // Build Number
24 | // Revision
25 | //
26 | // You can specify all the values or you can default the Build and Revision Numbers
27 | // by using the '*' as shown below:
28 | // [assembly: AssemblyVersion("1.0.*")]
29 | [assembly: AssemblyVersion("1.0.0.0")]
30 | [assembly: AssemblyFileVersion("1.0.0.0")]
31 |
--------------------------------------------------------------------------------
/Source/Deps/x_autogen2/PixelFarm.Android.One/Resources/Values/Strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
40 | abcd 41 |
42 | 43 | 44 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/0_acid1_dev/002.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |40 | abcd 41 |
42 | 43 | 44 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/0_acid1_dev/003.3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
27 | A1 28 |A2 29 | |
30 | 31 | B1 32 | | 33 |34 | B2 35 | | 36 |
39 | C1 40 | | 41 |42 | C2 43 | | 44 |45 | C3 46 | | 47 |
10 |16 | 17 | 18 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/03_text2.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |11 | For years, I (Jose) have been planning for a project like this. I prepared 12 | my self quite well. I went through the entire CSS Level 2 specification along with 13 | the HTML 4.01 specification. 14 |
15 |
7 |
8 | A X B
9 |
10 | C E (MM)
11 |
7 |
href="RRR"
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/Source/Test8_HtmlRenderer.Demo/Samples/Basic/05_add.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | AAA7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/06_txt.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
7 |
href="RRR"
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/Source/Test8_HtmlRenderer.Demo/Samples/Basic/07_1_ab2.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 | 10 | A 11 |12 | 13 | 14 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/07_ab.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |
10 |23 | 24 | 25 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/08_link1.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |11 | A 12 |
13 |14 | B 15 |
16 |17 | C 18 |
19 |
20 |
21 |D
22 |
10 |34 | 35 | 36 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/08_link2.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |11 | X 12 |
13 |14 |
Y
15 | Z 16 |
17 | M 18 |
19 | N O (href="P"
) 20 | 21 |
22 |
23 |24 |
A
25 | B C D 26 |
27 | E FG
28 | 29 | 30 |31 | L 32 |
33 |
href="P"
)
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/Source/Test8_HtmlRenderer.Demo/Samples/Basic/09_text.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 | 8 | A 9 |
10 |11 | C 12 | E 13 | 14 | XXXX 15 | L 16 | 17 |
18 | 19 | 20 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/10_td.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |Just an image: 29 | | 30 |
10 |19 | 20 | 21 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/12_table_image.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |11 | BBBMMM OOO 12 | CCC 13 | DDD 14 |
15 |16 | AAAA 17 |
18 |
8 |
11 | ![]() |
13 | 14 | AAA 15 | | 16 |
14 | public class HelloWorld 15 | { 16 | public HelloWorld() 17 | { 18 | MessageBox.Show("Hello World"); 19 | } 20 | }21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/14_table2.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |
32 | 33 | AAAAAAA AAAAAAAA AAAAAAAAAAAA AAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAA 34 | 35 | 36 | |
37 | 38 | 2 39 | | 40 |
41 |
|
52 |
3333a | 13 |4444a | 14 |
5555a | 17 |6666a | 18 |
3333b | 30 |4444b | 31 |
5555b | 34 |6666b | 35 |
abc
7 | 8 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/55_float2.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |X1 yellow
8 |X2 lime
9 |A1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 redA1 red
10 |A2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2 blueA2
11 | 12 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/56_float3.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |aaaaaaaaaaaaaaaaaaaaa 7 | x1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 8 | bbbbbbbbbbbbbbbbbbbb 9 | x2 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 10 | cccccccccccccccccccc 11 | x3 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 | dddddddddddddddddddd 13 | x
14 |aaaaaaaaaaaaaaaaaaaaa 15 | x1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 16 | bbbbbbbbbbbbbbbbbbbb 17 | x2 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 18 | cccccccccccccccccccc 19 | x3 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 20 | dddddddddddddddddddd 21 | x
22 | 23 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/57_float4.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |aaaaaaaaaaaaaaaaaaaaa 7 | x1 12 12 12 12 12 12 12x1 12 12 12 12 12 12 12x 8 | y1 10 10 10 10 10 10 10y1 10 10 10 10 10 10 10y 9 | z1 12 12 12 12 12 12 12z1 12 12 12 12 12 12 12z 10 |
11 | 12 | 13 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/Basic/58_box_sizing2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |10 | OKOK 11 | | 12 |13 | AAA 14 | | 15 |
2009 Jose Manuel Menendez Poo
6 |2009 Jose Manuel Menendez Poo
11 | 12 |15 |17 |Text
16 |
20 |
Text21 | 22 |
2009 Jose Manuel Menendez Poo
29 |Text5 |
8 |10 |Text
9 |
13 | Text 14 |15 |
18 |20 |Text19 |
23 |25 |Text
24 |
4 | The ',' after hello need to wrap with hello and not seperatly: hello, world 5 |
6 |8 | 1. image001.jpg, 2. image002.jpg, 3. image003.jpg 9 |
10 |12 | //Example of code using preformatted text 13 | public class HelloWorld 14 | { 15 | public HelloWorld() 16 | { 17 | MessageBox.Show("Hello World"); 18 | } 19 | }20 | 21 | 22 | -------------------------------------------------------------------------------- /Source/Test8_HtmlRenderer.Demo/Samples/TestSamples/09.Inline.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |
6 | b 7 |
8 | c d 2 9 |5 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ornare mollis 6 | elit. Integer sagittis. Fusce elementum commodo felis. Vivamus lacinia eleifend 7 | libero. Donec lacus. Nam sit amet urna. Nullam nulla. Donec accumsan porta magna. 8 | Mauris a dolor eu elit rutrum commodo. Nam iaculis turpis non augue. Nullam lobortis 9 | egestas risus. Nulla elementum dolor ac mauris. Ut tristique. In varius volutpat 10 | metus. Integer leo dolor, tristique a, dignissim ac, iaculis eget, elit. Donec arcu. 11 |
12 |15 |
21 | 22 |7 | 9 |
10 |14 | 16 |
17 |21 | 23 |
24 |5 |
10 |
15 |
20 |
25 |
30 |
35 |
40 |
العربية
6 |Bahasa Indonesia
7 |Bahasa Melayu
8 |Български
9 |Català
10 |Česky
11 |Dansk
12 |Deutsch
13 |Eesti
14 |Ελληνικά
15 |Español
16 |Esperanto
17 |Euskara
18 |فارسی
19 |Français
20 |Galego
21 |한국어
22 |עברית
23 |Hrvatski
24 |Italiano
25 |Lietuvių
26 |Magyar
27 |Nederlands
28 |日本語
29 |Norsk bokmål
30 |Norsk nynorsk
31 |Polski
32 |Português
33 |Română
34 |Русский
35 |Slovenčina
36 |Slovenščina
37 |Српски / srpski
38 |Srpskohrvatski / српскохрватски
39 |Suomi
40 |Svenska
41 |ไทย
42 |Tiếng Việt
43 |Türkçe
44 |Українська
45 |中文
46 |