App:Library:Squareline:docs:dev env:fontmanager

提供: robot-jp wiki
2022年8月4日 (木) 05:15時点におけるTakashi (トーク | 投稿記録)による版 (→‎Font Manager Panel)
ナビゲーションに移動検索に移動

Font Manager Panel

SquareLineStudio Font.jpg
原文
Use your operation system fonts in your embedded GUI, as well.


LVGL applies UTF-8 encoding to display Unicode characters on any language.


Here, you can generate a new font for your GUI project.


With the font converter tool, you can create C array from any TTF or WOFF font.


You can select ranges of Unicode characters and specify the bpp (bit-per-pixel).

組み込み GUI でも、オペレーティング システムのフォントを使用します。


LVGL は UTF-8 エンコーディングを適用して、任意の言語で Unicode 文字を表示します。


ここでは、GUI プロジェクト用の新しいフォントを生成できます。


フォント コンバータ ツールを使用すると、任意の TTF または WOFF フォントから C 配列を作成できます。


Unicode 文字の範囲を選択し、bpp (ビット/ピクセル) を指定できます。


Create New Font

原文
You can create a new font in the Create New Font section.


Before creating one, you should copy at least one font into the Assets/Fonts folder of the project.


You can generate a new font only from those that are listed in the folder.

[Create New Font] セクションで新しいフォントを作成できます。


フォントを作成する前に、少なくとも 1 つのフォントをプロジェクトの Assets/Fonts フォルダーにコピーする必要があります。


フォルダにリストされているものからのみ、新しいフォントを生成できます。


Font Name

原文
Here, you can name your font. ここで、フォントに名前を付けることができます。


Select Font Asset

原文
You can select the fonts listed in the Assets/Fonts folder from a drop-down menu. Assets/Fonts フォルダーにリストされているフォントをドロップダウン メニューから選択できます。


Font Size

原文
You can define the size of the font. フォントのサイズを定義できます。


Bpp

原文
You can define the blur of letter edges in bit per pixel. 文字のエッジのぼかしを bit/pixel で定義できます。


Letters

原文
Letters in the generated font can be selected from an ASCII character list.

Default setting is that only those letters are included in the generated font which are selected.

生成されたフォントの文字は、ASCII 文字リストから選択できます。

デフォルト設定では、選択された文字のみが生成されたフォントに含まれます。


Range

原文
You can also define custom letter ranges, meaning the ranges and/or characters you would like to include, e.g. 0x20-0x7F, 0x200, 450. カスタムの文字範囲を定義することもできます。これは、含めたい範囲や文字を意味します。 0x20-0x7F、0x200、450。


Symbols

原文
List of characters to include.

E.g. ABC0123ÁÉŐ

含める文字のリスト。

例えば。 ABC0123ÁÉŐ


Font compression

原文


Horizontal subpixel rendering

原文


Created Fonts

原文





戻る : Previous