IDWriteFontSet::GetPropertyValues methods

Returns property values for the font set.

Overload list

MethodDescription
GetPropertyValues(DWRITE_FONT_PROPERTY_ID, IDWriteStringList**)

Returns all unique property values in the set, which can be used for purposes such as displaying a family list or tag cloud. All values are returned regardless of language, including all localized names.

GetPropertyValues(DWRITE_FONT_PROPERTY_ID, const WCHAR*, IDWriteStringList**)

Returns all unique property values in the set, which can be used for purposes such as displaying a family list or tag cloud. Values are returned in priority order according to the language list, such that if a font contains more than one localized name, the preferred one will be returned.

GetPropertyValues(UINT32, DWRITE_FONT_PROPERTY_ID, BOOL*, IDWriteLocalizedStrings**)

Returns the property values of a specific font item index.

See also

IDWriteFontSet

 

 

Show: