VKVG  
Vulkan Vector Graphics

◆ vkvg_device_get_dpy()

void vkvg_device_get_dpy ( VkvgDevice  dev,
int *  hdpy,
int *  vdpy 
)

Get the current values for horizontal and vertical dot per inch of the screen for this device. The default values for horizontal and vertical dpy on device creation is 96.

Parameters
devThe vkvg device to get the dpy configuration for.
hdpyThe current horizontal dot per inch.
vdpyThe current vertical dot per inch.