High DPI
hi-dpi feature is used to enable process-level DPI awareness. It will let the application receive more accurate DPI information, and let Flor update rendering scaling and layout units when window DPI changes.
What It Affects
After enabling, platform initialization will set DPI awareness. When window receives DPI change message, Flor will update:
If you need to detect DPI change at the application layer, you can use the event builder:
on_dpi_change(...)'s complete signature see Handler API's Window Events.

