Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads the font signature from the given font.
Syntax
HRESULT GetFontSignature(
IDWriteFont *font,
FONTSIGNATURE *fontSignature
);
Parameters
font
Type: IDWriteFont*
Font to read font signature from.
fontSignature
Type: [out] FONTSIGNATURE*
Font signature from the OS/2 table, ulUnicodeRange, and ulCodePageRange.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2016 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | dwrite_3.h |
| Library | Dwrite.lib |
| DLL | Dwrite.dll |