<summary>
Gets a list of fonts in the font family ranked in order of how well they match the specified properties.
</summary>
<param name="weight">Requested font weight.</param>
<param name="stretch">Requested font stretch.</param>
<param name="style">Requested font style.</param>
<param name="matchingFonts">Receives a pointer to the newly created font list object.</param>
<returns>
Standard HRESULT error code.
</returns>
<summary> Gets a list of fonts in the font family ranked in order of how well they match the specified properties. </summary> <param name="weight">Requested font weight.</param> <param name="stretch">Requested font stretch.</param> <param name="style">Requested font style.</param> <param name="matchingFonts">Receives a pointer to the newly created font list object.</param> <returns> Standard HRESULT error code. </returns>