ReactOS 0.4.17-dev-934-g091855f
dwrite_font Struct Reference
Collaboration diagram for dwrite_font:

Public Attributes

IDWriteFont3 IDWriteFont3_iface
 
LONG refcount
 
DWRITE_FONT_STYLE style
 
struct dwrite_font_data * data
 
struct dwrite_fontfamily * family
 

Detailed Description

Definition at line 371 of file font.c.

Member Data Documentation

◆ data

struct dwrite_font_data* dwrite_font::data

Definition at line 377 of file font.c.

◆ family

struct dwrite_fontfamily* dwrite_font::family

Definition at line 378 of file font.c.

Referenced by create_font(), and dwritefont_GetFontFamily().

◆ IDWriteFont3_iface

IDWriteFont3 dwrite_font::IDWriteFont3_iface

Definition at line 373 of file font.c.

Referenced by impl_from_IDWriteFont3(), and unsafe_impl_from_IDWriteFont().

◆ refcount

LONG dwrite_font::refcount

Definition at line 374 of file font.c.

Referenced by dwritefont_AddRef(), and dwritefont_Release().

◆ style

DWRITE_FONT_STYLE dwrite_font::style

Definition at line 376 of file font.c.


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