diff options
Diffstat (limited to 'vcl/README')
-rw-r--r-- | vcl/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcl/README b/vcl/README index 65113a62dd5d..c00a3e152488 100644 --- a/vcl/README +++ b/vcl/README @@ -188,3 +188,11 @@ other programs, use the "pdfunzip" tool: LD_LIBRARY_PATH=$PWD/instdir/ure/lib workdir/LinkTarget/Executable/pdfunzip input.pdf output.pdf +=== DeviceCoordinate === + +The type DeviceCoordinate is meant to represent coordinate in the native Device space +The implementation is platform dependant. it is a scalar type, but can by int/long/float/double... +Originally such coordinate was represented with int or long... DeviceCoordinate +was introduced to allow for sub-point coordiante (iow float/double), which is +quite important when dealing with HiDPI devices. + |