Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |