globalmapper.SetVectorDrawScale =============================== .. currentmodule:: globalmapper .. py:function:: SetVectorDrawScale (float aDrawScale) -> float Specifies the extra scaling factor to apply to line widths, point symbols, and fonts when drawing. This is useful when printing to try and keep vector features the same size as displayed. This returns the previous vector draw scale so that it can be restored if necessary. :param float aDrawScale: scale factor to apply to line widths, symbols, and fonts :returns: The previous vector draw scale :rtype: float