IDWriteFont.GetInformationalStrings

<summary> Gets a localized strings collection containing the specified informational strings, indexed by locale name. </summary> <param name="informationalStringID">Identifies the string to get.</param> <param name="informationalStrings">Receives a pointer to the newly created localized strings object.</param> <param name="exists">Receives the value TRUE if the font contains the specified string ID or FALSE if not.</param> <returns> Standard HRESULT error code. If the font does not contain the specified string, the return value is S_OK but informationalStrings receives a NULL pointer and exists receives the value FALSE. </returns>

interface IDWriteFont
extern (Windows)
HRESULT
GetInformationalStrings

Meta