Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.06 KB

ne-dwrite_3-dwrite_font_source_type.md

File metadata and controls

75 lines (59 loc) · 2.06 KB
UID title description helpviewer_keywords tech.root ms.date ms.keywords req.construct-type req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NE:dwrite_3.DWRITE_FONT_SOURCE_TYPE
DWRITE_FONT_SOURCE_TYPE
Defines constants that specify the mechanism by which a font came to be included in a font set.
DWRITE_FONT_SOURCE_TYPE
DWRITE_FONT_SOURCE_TYPE enumeration [Direct Write]
directwrite.dwrite_font_source_type
dwrite_3/DWRITE_FONT_SOURCE_TYPE
DirectWrite
09/16/2019
DWRITE_FONT_SOURCE_TYPE, DWRITE_FONT_SOURCE_TYPE enumeration [Direct Write], directwrite.dwrite_font_source_type, dwrite_3/DWRITE_FONT_SOURCE_TYPE
enumeration
dwrite_3.h
Windows
Windows 10 Build 20348
Windows 10 Build 20348
Windows
DWRITE_FONT_SOURCE_TYPE
dwrite_3/DWRITE_FONT_SOURCE_TYPE
c++
APIRef
kbSyntax
HeaderDef
dwrite_3.h
DWRITE_FONT_SOURCE_TYPE

-description

Defines constants that specify the mechanism by which a font came to be included in a font set.

-enum-fields

-field DWRITE_FONT_SOURCE_TYPE_UNKNOWN

Specifies that the font source is unknown, or is not any of the other defined font source types.

-field DWRITE_FONT_SOURCE_TYPE_PER_MACHINE

Specifies that the font source is a font file that's installed for all users on the device.

-field DWRITE_FONT_SOURCE_TYPE_PER_USER

Specifies that the font source is a font file that's installed for the current user.

-field DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE

Specifies that the font source is an APPX package, which includes one or more font files. The font source name is the full name of the package.

-field DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER

Specifies that the font source is a font provider for downloadable fonts.

-remarks

-see-also