Marcelo,
FWH uses Windows SetWinMetaFileBits() to convert a WMF into an EMF:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd145103(v=vs.85).aspx
so there is nothing we can do there, but in Method ImportWMF() there are some places where you could adjust the dimensions:
in printer.prg:
::SetIsoTropicMode()
::SetWindowExt( GetDeviceCaps( ::hDC, HORZRES ),;
GetDeviceCaps( ::hDC, VERTRES ) ) // aData[ 1 ], aData[ 2 ] )
::SetViewPortExt( GetDeviceCaps( ::hDC, HORZRES ),;
GetDeviceCaps( ::hDC, VERTRES ) ) // aData[ 1 ], aData[ 2 ] )
if ! ::lMeta
SetViewOrg( ::hDCOut, -::nXoffset, -::nYoffset )
endif
Maybe you could modify those values to have the right dimensions for you