Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Font property used for filtering font sets and building a font set with explicit properties.
Syntax
struct DWRITE_FONT_PROPERTY {
DWRITE_FONT_PROPERTY_ID propertyId;
WCHAR const *propertyValue;
WCHAR const *localeName;
};
Members
propertyId
Specifies the requested font property, such as DWRITE_FONT_PROPERTY_ID_FAMILY_NAME.
propertyValue
Specifies the value, such as "Segoe UI".
localeName
Specifies the locale to use, such as "en-US". Simply leave this empty when used with the font set filtering functions, as they will find a match regardless of language. For passing to AddFontFaceReference, the localeName specifies the language of the property value.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | dwrite_3.h |