ReactOS 0.4.17-dev-934-g091855f
fontface_desc Struct Reference

#include <dwrite_private.h>

Collaboration diagram for fontface_desc:

Public Attributes

IDWriteFactory7 * factory
 
DWRITE_FONT_FACE_TYPE face_type
 
IDWriteFontFile * file
 
IDWriteFontFileStream * stream
 
UINT32 index
 
DWRITE_FONT_SIMULATIONS simulations
 
struct dwrite_font_data * font_data
 

Detailed Description

Definition at line 167 of file dwrite_private.h.

Member Data Documentation

◆ face_type

DWRITE_FONT_FACE_TYPE fontface_desc::face_type

Definition at line 170 of file dwrite_private.h.

Referenced by create_font_collection(), and eudc_collection_add_family().

◆ factory

IDWriteFactory7* fontface_desc::factory

◆ file

IDWriteFontFile* fontface_desc::file

Definition at line 171 of file dwrite_private.h.

Referenced by create_font_collection(), and eudc_collection_add_family().

◆ font_data

struct dwrite_font_data* fontface_desc::font_data

Definition at line 175 of file dwrite_private.h.

◆ index

UINT32 fontface_desc::index

Definition at line 173 of file dwrite_private.h.

◆ simulations

DWRITE_FONT_SIMULATIONS fontface_desc::simulations

Definition at line 174 of file dwrite_private.h.

◆ stream


The documentation for this struct was generated from the following file: