Skip to content

dpiawareness

starkos edited this page Apr 10, 2021 · 2 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Sets the DPI awareness settings.

dpiawareness "value"

Parameters

value is one of:

Value Description
Default Use the toolset's default setting for DPI awareness.
None Turn off DPI awareness.
High Turn on DPI awareness.
HighPerMonitor Turn on DPI awareness per monitor.

Applies To

Project configurations.

Availability

Premake 5.0 or later.

Examples

-- Turn on DPI awareness
dpiawareness "High"
Clone this wiki locally