Widget.getScaleFactor

Retrieves the internal scale factor that maps from window coordinates to the actual device pixels.

On traditional systems this is 1, on high density outputs, it can be a higher value (typically 2).

See [method@Gdk.Surface.get_scale_factor].

class Widget
int
getScaleFactor
()

Return Value

Type: int

the scale factor for @widget

Meta