com.Samma.forgium
0.4.0
dotnet add package com.Samma.forgium --version 0.4.0
NuGet\Install-Package com.Samma.forgium -Version 0.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="com.Samma.forgium" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add com.Samma.forgium --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: com.Samma.forgium, 0.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install com.Samma.forgium as a Cake Addin #addin nuget:?package=com.Samma.forgium&version=0.4.0 // Install com.Samma.forgium as a Cake Tool #tool nuget:?package=com.Samma.forgium&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Forgium
boost your CosmosOS browser with Forgium, The best Html + Css 2/3 Renderer for CosmosOS yet.
Sample code
var renderer = new htmlrender3(arial_mono,arial_bold); // create a renderer instance
renderer.AddLocalResource("test.bmp",test); // adds a local resource
renderer.ParseHtml("html"); // parse html
renderer.Update(1280, 720); // update the view and set view resolution
canv.DrawImage(renderer.Render() /*Render the view to an image*/, 0, 0);
Custom tags
custom tag example:
renderer.CustomTags.Add("tagname",(element,css) =>
{
renderer.staticrender.DrawString(element.InnerHtml,10,renderer.PageingOffset - 15,css.Color);
renderer.PageingOffset += css.FontSize;
});
Beta features
iframes
To enable iframes use
renderer.Enableiframes = true;
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Cosmos.Debug.Kernel (>= 0.1.0-localbuild20240309044310)
- Cosmos.System2 (>= 0.1.0-localbuild20240309044310)
- CosmosHttp (>= 1.0.4)
- CosmosTTF (>= 4.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.0 | 139 | 3/30/2024 |