Skip to content

Commit 9d27238

Browse files
committed
更新文档
1 parent d4effde commit 9d27238

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ This project originated from: https://github.com/AvaloniaUI/Avalonia/issues/1477
4343
InkCanvas.EditingMode = InkCanvasEditingMode.EraseByPoint;
4444
```
4545

46+
### FAQ
47+
48+
**Q:** Does this library support AOT (Ahead-Of-Time) compilation?
49+
50+
**A:** Yes, this library supports AOT compilation. It has been tested and confirmed to work correctly in AOT environments.
51+
52+
**Q:** Can this library be used in Linux environments?
53+
54+
**A:** Yes, this library can be used in Linux environments. It is built on Avalonia and SkiaSharp, which are cross-platform frameworks that support Linux.
4655

4756
### Advanced Usage
4857

README_zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
3535
InkCanvas.EditingMode = InkCanvasEditingMode.EraseByPoint;
3636
```
3737

38+
### FAQ
39+
40+
**Q:** 这个库支持 AOT 编译吗?
41+
42+
**A:** 支持。这个库经过测试,确认可以在 AOT 环境下正常工作。
43+
44+
**Q:** 这个库可以在 Linux 环境下使用吗?
45+
46+
**A:** 可以。这个库基于 Avalonia 和 SkiaSharp 构建,这些都是支持 Linux 的跨平台框架。
47+
3848
### 进阶用法
3949

4050
#### 切换笔迹渲染器

0 commit comments

Comments
 (0)