晨旭的博客~

Avalonia uses XAML resources to implement dynamic multi-language adaptation i18n

Original link: https://www.chenxublog.com/2023/08/13/avalonia-use-xaml-resourcedictionary-i18n.html In the WPF project, we can create a new XAML, create a new Resource… This article is transferred from: https://www.chenxublog.com/2023/08/13/avalonia-use-xaml-resourcedictionary-i18n.html This site is only for collection, and the copyright belongs to the original author.

Crop font files to maximize space savings

Original link: https://www.chenxublog.com/2023/06/23/cut-font-file-and-save-disk-space.html Some time ago, there was a small demand to generate a PDF file. Encountered a rare question… This article is transferred from: https://www.chenxublog.com/2023/06/23/cut-font-file-and-save-disk-space.html This site is only for collection, and the copyright belongs to the original author.

C# get array/string data from C/RUST DLL interface

Original link: https://www.chenxublog.com/2022/09/12/c-sharp-get-vec-string-fromc-rust-dll.html The previous article “How to use C# to call RUST’s DLL” introduced how to use c#… This article is reprinted from: https://www.chenxublog.com/2022/09/12/c-sharp-get-vec-string-fromc-rust-dll.html This site is for inclusion only, and the copyright belongs to the original author.

How to call RUST’s DLL with C#

Original link: https://www.chenxublog.com/2022/06/05/csharp-use-rust-dll.html Recently (six months ago) there was a project that needed to use c# to call rust’s dll, so research… This article is reprinted from: https://www.chenxublog.com/2022/06/05/csharp-use-rust-dll.html This site is for inclusion only, and the copyright belongs to the original author.