ReactOS 0.4.15-dev-8002-gbbb3b00
_FONT_CACHE_HASHED Struct Reference

#include <font.h>

Collaboration diagram for _FONT_CACHE_HASHED:

Public Attributes

INT GlyphIndex
 
FT_Face Face
 
LONG lfHeight
 
LONG lfWidth
 
union {
   DWORD   AspectValue
 
   FONT_ASPECT   Aspect
 
DUMMYUNIONNAME
 
FT_Matrix matTransform
 

Detailed Description

Definition at line 40 of file font.h.

Member Data Documentation

◆ Aspect

FONT_ASPECT _FONT_CACHE_HASHED::Aspect

Definition at line 48 of file font.h.

◆ AspectValue

DWORD _FONT_CACHE_HASHED::AspectValue

Definition at line 47 of file font.h.

Referenced by IntFindGlyphCache().

◆ 

_ANONYMOUS_UNION union { ... } _FONT_CACHE_HASHED::DUMMYUNIONNAME

◆ Face

FT_Face _FONT_CACHE_HASHED::Face

Definition at line 43 of file font.h.

Referenced by IntFindGlyphCache(), and RemoveCacheEntries().

◆ GlyphIndex

INT _FONT_CACHE_HASHED::GlyphIndex

Definition at line 42 of file font.h.

Referenced by IntFindGlyphCache().

◆ lfHeight

LONG _FONT_CACHE_HASHED::lfHeight

Definition at line 44 of file font.h.

Referenced by IntFindGlyphCache().

◆ lfWidth

LONG _FONT_CACHE_HASHED::lfWidth

Definition at line 45 of file font.h.

Referenced by IntFindGlyphCache().

◆ matTransform

FT_Matrix _FONT_CACHE_HASHED::matTransform

Definition at line 50 of file font.h.

Referenced by IntFindGlyphCache().


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