File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -691,3 +691,18 @@ Change the font: `(lem-core:set-font-name "JuliaMono")`.
691691NB: on Lem versions older than August, 2025, use ` (lem-if:set-font-name "JuliaMono") ` .
692692
693693You can list the available fonts with ` fc-list ` in Unix.
694+
695+ ### Pixel-based positionning
696+
697+ The webview frontend supports precise pixel-based positioning of
698+ floating windows. This enables smooth sub-character positioning for
699+ animations, mouse following, and GUI element placement.
700+
701+ You can try some demos with the following commands:
702+
703+ - bouncing window animation demo (` pixel-demo-animate ` )
704+ - mouse-following window demo (` pixel-demo-follow-mouse ` )
705+ - coordinate debug display (` pixel-demo-debug ` )
706+ - side-by-side pixel vs character mode comparison (` pixel-demo-compare ` )
707+
708+ The feature was added on [ this PR] ( https://github.com/lem-project/lem/pull/2073 ) (with a high-level overview).
You can’t perform that action at this time.
0 commit comments