@brief Set size hints to a given aspect ratios.
@param hints SIZE_HINTS structure.
@param min_aspect_num The minimum aspect ratios for the width.
@param min_aspect_den The minimum aspect ratios for the height.
@param max_aspect_num The maximum aspect ratios for the width.
@param max_aspect_den The maximum aspect ratios for the height.
@brief Set size hints to a given aspect ratios. @param hints SIZE_HINTS structure. @param min_aspect_num The minimum aspect ratios for the width. @param min_aspect_den The minimum aspect ratios for the height. @param max_aspect_num The maximum aspect ratios for the width. @param max_aspect_den The maximum aspect ratios for the height.