-
The demo in allsorts-tools seems not to support non-roman chars. How to use the subsetting feature with character set like Chinese?
-
需要添加自定义字体。
```
写法如下
@font-face {
font-family: 'Dinpro';
src: url('./assets/fonteditor/fonteditor.eot');
src: url('./assets/fonteditor/fonteditor.eot?#iefix') format('embedded-opentype'), u…
-
This feature will aid in ensuring that **mandatory glyph** exists as recommended on http://wiki.serenityos.net/fonts.html under section Creating a font.
Font Editor can display dialog box informing…
-
What I did:
- `su`
- `FontEditor /res/fonts/CsillaThin7x10.font`
- Edit a glyph
- Click "Save"
Result: font is not being saved, system freezes.
```
[FontEditor(26:26)]: VMObject::inode_si…
-
**Problem description:**
![image](https://user-images.githubusercontent.com/4403806/59334140-254f8280-8d3d-11e9-8f6d-535cd614e636.png)
**Expected behavior:**
The rendering should be the sam…
-
Provide a mechanism by which **Font Editor will not** modify a loaded font that has its **LOCKED** property enabled, unless explicitly told to do so by **UNLOCKING** the font first.
Sample mock-up:
…
-
Open `FileManager`, press `Win+Space` to start `Assistant`, choose for instance `FontEditor`.
Should not `Assistant` close after `FontEditor` was successfully opened?
![image](https://user-image…
-
-
https://user-images.githubusercontent.com/42967349/141642775-2657a712-99c3-4419-9084-c6889b0500b3.mp4
-
E.g.
```cs
using Moq;
public static IEnumerable EditValue_InvalidProvider_TestData()
{
yield return new object[] { null };
var nullServiceProviderMock = new Mock(MockBehavior.Strict)…