Cogs.Core
Public Member Functions | Public Attributes | List of all members
litehtml::font_metrics Struct Reference

Public Member Functions

int base_line ()
 

Public Attributes

int height
 
int ascent
 
int descent
 
int x_height
 
bool draw_spaces
 

Detailed Description

Definition at line 151 of file types.h.

Constructor & Destructor Documentation

◆ font_metrics()

litehtml::font_metrics::font_metrics ( )
inline

Definition at line 159 of file types.h.

Member Function Documentation

◆ base_line()

int litehtml::font_metrics::base_line ( )
inline

Definition at line 167 of file types.h.

Member Data Documentation

◆ ascent

int litehtml::font_metrics::ascent

Definition at line 154 of file types.h.

◆ descent

int litehtml::font_metrics::descent

Definition at line 155 of file types.h.

◆ draw_spaces

bool litehtml::font_metrics::draw_spaces

Definition at line 157 of file types.h.

◆ height

int litehtml::font_metrics::height

Definition at line 153 of file types.h.

◆ x_height

int litehtml::font_metrics::x_height

Definition at line 156 of file types.h.


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