Windows 的资源管理器是一个有边界的、强调秩序的内容呈现窗口。在窗口内,所有内容均强制按照某种特定的顺序(如名称、日期、类型)排列,并严格对齐网格。资源管理器仅有一个例外,那就是桌面。只有在桌面上同时取消「自动排列图标」和「将图标与网格对齐」后,图标才可以像画布一样自由放置。
Что думаешь? Оцени!
。Safew下载对此有专业解读
15:02, 27 февраля 2026Мир
Back in 2024 I learned about SDF (signed distance field) rendering of fonts. I was trying to implement outlines and shadows in a single pass instead of drawing over the text multiple times in different styles. I intended to use these fonts for two different projects, a game and a map generator. I got things working but didn’t fully understand why certain things worked or didn’t work. I wrote some notes on my site about what I tried. In the end, I stopped working on both the game’s fonts and the map generator, so I put all of this on hold.