ReactOS 0.4.15-dev-7958-gcd0bb1a
_FONTGLYPH Struct Reference

#include <types.h>

Collaboration diagram for _FONTGLYPH:

Public Attributes

sint16 offset
 
sint16 baseline
 
uint16 width
 
uint16 height
 
RD_HBITMAP pixmap
 
HBITMAP pixmap
 

Detailed Description

Definition at line 110 of file types.h.

Member Data Documentation

◆ baseline

sint16 _FONTGLYPH::baseline

Definition at line 113 of file types.h.

Referenced by cache_put_font(), and RdpClientUI::Display_DoGlyph().

◆ height

uint16 _FONTGLYPH::height

Definition at line 115 of file types.h.

Referenced by cache_put_font(), and RdpClientUI::Display_DoGlyph().

◆ offset

sint16 _FONTGLYPH::offset

Definition at line 112 of file types.h.

Referenced by cache_put_font(), and RdpClientUI::Display_DoGlyph().

◆ pixmap [1/2]

RD_HBITMAP _FONTGLYPH::pixmap

Definition at line 116 of file types.h.

Referenced by cache_get_font(), cache_put_font(), and RdpClientUI::Display_DoGlyph().

◆ pixmap [2/2]

HBITMAP _FONTGLYPH::pixmap

Definition at line 111 of file types.h.

◆ width

uint16 _FONTGLYPH::width

Definition at line 114 of file types.h.

Referenced by cache_put_font(), and RdpClientUI::Display_DoGlyph().


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