diff --git a/snapshots/tng/elements/text/index.html b/snapshots/tng/elements/text/index.html index 3b573005b..87f2a197f 100644 --- a/snapshots/tng/elements/text/index.html +++ b/snapshots/tng/elements/text/index.html @@ -98,7 +98,7 @@

font-family

font-size

type: length
default: 0px

The font size of the text.

Text {
text: "Hello";
color: black;
font-size: 2rem;
}

font-weight

-

type: int
default: 0

The weight of the font. The values range from 100 (lightest) to 900 (thickest). 400 is the normal weight.

Text {
text: "Hello";
color: black;
font-weight: 800;
}
+

type: int
default: 0

The weight of the font. The values range from 100 (lightest) to 900 (thickest). 400 is the normal weight.

Text {
text: "Hello";
color: black;
font-weight: 800;
}
font-family

font-italic

type: bool
default: false

Whether or not the font face should be drawn italicized or not.

Text {
text: "Hello";
color: black;
font-italic: true;
}

font-metrics

diff --git a/snapshots/tng/getting-started/intro/index.html b/snapshots/tng/getting-started/intro/index.html index 6af5afb1f..9f83744d6 100644 --- a/snapshots/tng/getting-started/intro/index.html +++ b/snapshots/tng/getting-started/intro/index.html @@ -81,8 +81,8 @@ })();

Getting started

A description of my image. -A description of my image. +

Getting started

A description of my image. +A description of my image.

As a first step we invite you to join our community on Mattermost. This is a great place to ask questions and get help from other Slint users.

This guide will help you get started with Slint. It will cover the basics of the language and how to get started with the Slint extension for Visual Studio Code.

Setting up VSCode

diff --git a/snapshots/tng/guide/intro/index.html b/snapshots/tng/guide/intro/index.html index d48245f78..da637966f 100644 --- a/snapshots/tng/guide/intro/index.html +++ b/snapshots/tng/guide/intro/index.html @@ -81,16 +81,18 @@ })();

Introduction

Slint is a GUI toolkit for building modern fluid user interfaces for embedded devices, as well as desktop and mobile applications.

+

Introduction

Slint is a GUI toolkit for building modern fluid user interfaces for embedded devices, as well as desktop and mobile applications.

Slint ties together many of todays most modern, powerful and popular UI language techniques to provide a simple, yet powerful, declarative language for building user interfaces. It’s also been designed with the aim to help ensure your application stays maintainable over time. So you can rapidly prototype and iterate your initial design, refine them into a final product and keep evolving that over time with less effort.

Slint

Business Logic

A Single UI Language for all products

There is only one Slint UI language. Regardless of the target platform be it an ultra-low-power microcontroller, a desktop application, or a mobile application, the same language is used to describe the user interface.

-

Separate Business Logic

-

The business logic can then be written with Rust, C++ or TypeScript.

Powerful UI renderer.

Slint provides its own UI render layer. It’s optimized for power efficiency and low memory usage. Offering a software renderer for platforms without a GPU and a hardware renderer for platforms with a GPU.

+

Visual Tooling

+

Code is a great abstraction for describing the user interface, however it’s possible to translate that in your head into a visual representation. This is where Slint’s visual tooling comes in. It provides a live preview of your application, so you can see the result of your changes in real time. This ins’t a simulation or an emulation, but a real-time preview of your application.

+

Separate Business Logic

+

The business logic can then be written with Rust, C++ or TypeScript.

Bridge between the two worlds.

Slint also provides a simple way to bridge the gap between the business logic and the UI.

\ No newline at end of file diff --git a/snapshots/tng/guide/preview/index.html b/snapshots/tng/guide/preview/index.html index e07e74eba..c52f2dfb1 100644 --- a/snapshots/tng/guide/preview/index.html +++ b/snapshots/tng/guide/preview/index.html @@ -82,5 +82,5 @@

Slint Live-Preview

\ No newline at end of file +Live Preview screenshot +Live Preview screenshot
\ No newline at end of file diff --git a/snapshots/tng/pagefind/fragment/en_112181a.pf_fragment b/snapshots/tng/pagefind/fragment/en_112181a.pf_fragment new file mode 100644 index 000000000..88e7e84df Binary files /dev/null and b/snapshots/tng/pagefind/fragment/en_112181a.pf_fragment differ diff --git a/snapshots/tng/pagefind/fragment/en_d5116e3.pf_fragment b/snapshots/tng/pagefind/fragment/en_2182992.pf_fragment similarity index 81% rename from snapshots/tng/pagefind/fragment/en_d5116e3.pf_fragment rename to snapshots/tng/pagefind/fragment/en_2182992.pf_fragment index c03ff5f71..b40550c93 100644 Binary files a/snapshots/tng/pagefind/fragment/en_d5116e3.pf_fragment and b/snapshots/tng/pagefind/fragment/en_2182992.pf_fragment differ diff --git a/snapshots/tng/pagefind/fragment/en_2d97661.pf_fragment b/snapshots/tng/pagefind/fragment/en_2d97661.pf_fragment new file mode 100644 index 000000000..7a889de25 Binary files /dev/null and b/snapshots/tng/pagefind/fragment/en_2d97661.pf_fragment differ diff --git a/snapshots/tng/pagefind/fragment/en_40f95d6.pf_fragment b/snapshots/tng/pagefind/fragment/en_40f95d6.pf_fragment new file mode 100644 index 000000000..cc9d67404 Binary files /dev/null and b/snapshots/tng/pagefind/fragment/en_40f95d6.pf_fragment differ diff --git a/snapshots/tng/pagefind/fragment/en_414148d.pf_fragment b/snapshots/tng/pagefind/fragment/en_414148d.pf_fragment new file mode 100644 index 000000000..45578a4b6 Binary files /dev/null and b/snapshots/tng/pagefind/fragment/en_414148d.pf_fragment differ diff --git a/snapshots/tng/pagefind/fragment/en_8b54892.pf_fragment b/snapshots/tng/pagefind/fragment/en_8b54892.pf_fragment deleted file mode 100644 index 133a4a22e..000000000 Binary files a/snapshots/tng/pagefind/fragment/en_8b54892.pf_fragment and /dev/null differ diff --git a/snapshots/tng/pagefind/fragment/en_952a182.pf_fragment b/snapshots/tng/pagefind/fragment/en_952a182.pf_fragment new file mode 100644 index 000000000..4ce12cac2 Binary files /dev/null and b/snapshots/tng/pagefind/fragment/en_952a182.pf_fragment differ diff --git a/snapshots/tng/pagefind/fragment/en_a977354.pf_fragment b/snapshots/tng/pagefind/fragment/en_a977354.pf_fragment new file mode 100644 index 000000000..77221e738 Binary files /dev/null and b/snapshots/tng/pagefind/fragment/en_a977354.pf_fragment differ diff --git a/snapshots/tng/pagefind/fragment/en_b773525.pf_fragment b/snapshots/tng/pagefind/fragment/en_b773525.pf_fragment deleted file mode 100644 index 7e6bb6838..000000000 Binary files a/snapshots/tng/pagefind/fragment/en_b773525.pf_fragment and /dev/null differ diff --git a/snapshots/tng/pagefind/fragment/en_baefa71.pf_fragment b/snapshots/tng/pagefind/fragment/en_baefa71.pf_fragment deleted file mode 100644 index 4864e332f..000000000 Binary files a/snapshots/tng/pagefind/fragment/en_baefa71.pf_fragment and /dev/null differ diff --git a/snapshots/tng/pagefind/fragment/en_c76d5f2.pf_fragment b/snapshots/tng/pagefind/fragment/en_c76d5f2.pf_fragment deleted file mode 100644 index 915d99353..000000000 Binary files a/snapshots/tng/pagefind/fragment/en_c76d5f2.pf_fragment and /dev/null differ diff --git a/snapshots/tng/pagefind/fragment/en_c777dec.pf_fragment b/snapshots/tng/pagefind/fragment/en_c777dec.pf_fragment deleted file mode 100644 index 5bea39ed9..000000000 Binary files a/snapshots/tng/pagefind/fragment/en_c777dec.pf_fragment and /dev/null differ diff --git a/snapshots/tng/pagefind/fragment/en_d6ec59b.pf_fragment b/snapshots/tng/pagefind/fragment/en_d6ec59b.pf_fragment deleted file mode 100644 index 40bac3181..000000000 Binary files a/snapshots/tng/pagefind/fragment/en_d6ec59b.pf_fragment and /dev/null differ diff --git a/snapshots/tng/pagefind/index/en_55735dc.pf_index b/snapshots/tng/pagefind/index/en_55735dc.pf_index new file mode 100644 index 000000000..688a77889 Binary files /dev/null and b/snapshots/tng/pagefind/index/en_55735dc.pf_index differ diff --git a/snapshots/tng/pagefind/index/en_5ca720f.pf_index b/snapshots/tng/pagefind/index/en_5ca720f.pf_index new file mode 100644 index 000000000..ea38ba42c Binary files /dev/null and b/snapshots/tng/pagefind/index/en_5ca720f.pf_index differ diff --git a/snapshots/tng/pagefind/index/en_bd91206.pf_index b/snapshots/tng/pagefind/index/en_bd91206.pf_index deleted file mode 100644 index 70d95bc21..000000000 Binary files a/snapshots/tng/pagefind/index/en_bd91206.pf_index and /dev/null differ diff --git a/snapshots/tng/pagefind/index/en_d124e8e.pf_index b/snapshots/tng/pagefind/index/en_d124e8e.pf_index deleted file mode 100644 index 1b9ed2fa9..000000000 Binary files a/snapshots/tng/pagefind/index/en_d124e8e.pf_index and /dev/null differ diff --git a/snapshots/tng/pagefind/pagefind-entry.json b/snapshots/tng/pagefind/pagefind-entry.json index e1c78bfca..70857f503 100644 --- a/snapshots/tng/pagefind/pagefind-entry.json +++ b/snapshots/tng/pagefind/pagefind-entry.json @@ -1 +1 @@ -{"version":"1.1.1","languages":{"en":{"hash":"en_1aa1e0e74a","wasm":"en","page_count":39}}} \ No newline at end of file +{"version":"1.1.1","languages":{"en":{"hash":"en_66f516d55b","wasm":"en","page_count":39}}} \ No newline at end of file diff --git a/snapshots/tng/pagefind/pagefind.en_1aa1e0e74a.pf_meta b/snapshots/tng/pagefind/pagefind.en_1aa1e0e74a.pf_meta deleted file mode 100644 index c9474714c..000000000 Binary files a/snapshots/tng/pagefind/pagefind.en_1aa1e0e74a.pf_meta and /dev/null differ diff --git a/snapshots/tng/pagefind/pagefind.en_66f516d55b.pf_meta b/snapshots/tng/pagefind/pagefind.en_66f516d55b.pf_meta new file mode 100644 index 000000000..928a862d2 Binary files /dev/null and b/snapshots/tng/pagefind/pagefind.en_66f516d55b.pf_meta differ