Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CDC::GetAspectRatioFilter
CDC                                         Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CSize GetAspectRatioFilter() const;
 
  Remarks
 
  Retrieves the setting for the current aspect-ratio filter. The aspect
  ratio is the ratio formed by a device's pixel width and height.
  Information about a device's aspect ratio is used in the creation,
  selection, and display of fonts. Windows provides a special filter, the
  aspect-ratio filter, to select fonts designed for a particular aspect
  ratio from all of the available fonts. The filter uses the aspect ratio
  specified by SetMapperFlags.
 
  Return Value
 
  A CSize object representing the aspect ratio used by the current
  aspect-ratio filter.
 
  See Also
 
  CDC::SetMapperFlags, ::GetAspectRatioFilter, CSize
 
 
                                     -♦-