ARB
Public Member Functions | List of all members
AW_font_group Class Reference

#include <aw_font_group.hxx>

Public Member Functions

void unregisterAll ()
 
void registerFont (AW_device *device_, int gc, const char *chars=NULp)
 
const AW_font_limitsget_limits (int gc) const
 
const AW_font_limitsget_max_limits () const
 
int get_width (int gc) const
 
int get_ascent (int gc) const
 
int get_descent (int gc) const
 
int get_height (int gc) const
 
int get_max_width () const
 
int get_max_ascent () const
 
int get_max_descent () const
 
int get_max_height () const
 

Detailed Description

Definition at line 23 of file aw_font_group.hxx.

Member Function Documentation

void AW_font_group::unregisterAll ( )
inline

Definition at line 33 of file aw_font_group.hxx.

Referenced by ED4_root::recalc_font_group().

void AW_font_group::registerFont ( AW_device device_,
int  gc,
const char chars = NULp 
)
const AW_font_limits& AW_font_group::get_limits ( int  gc) const
inline

Definition at line 36 of file aw_font_group.hxx.

References aw_assert.

Referenced by ED4_calc_terminal_extentions(), get_ascent(), get_descent(), get_height(), and get_width().

const AW_font_limits& AW_font_group::get_max_limits ( ) const
inline

Definition at line 40 of file aw_font_group.hxx.

References aw_assert.

Referenced by get_max_ascent(), get_max_descent(), get_max_height(), and get_max_width().

int AW_font_group::get_width ( int  gc) const
inline
int AW_font_group::get_ascent ( int  gc) const
inline

Definition at line 46 of file aw_font_group.hxx.

References AW_font_limits::ascent, and get_limits().

int AW_font_group::get_descent ( int  gc) const
inline

Definition at line 47 of file aw_font_group.hxx.

References AW_font_limits::descent, and get_limits().

int AW_font_group::get_height ( int  gc) const
inline
int AW_font_group::get_max_width ( ) const
inline

Definition at line 51 of file aw_font_group.hxx.

References get_max_limits(), and AW_font_limits::width.

Referenced by ED4_input_cb(), and move_and_update_rectangle().

int AW_font_group::get_max_ascent ( ) const
inline

Definition at line 52 of file aw_font_group.hxx.

References AW_font_limits::ascent, and get_max_limits().

int AW_font_group::get_max_descent ( ) const
inline

Definition at line 53 of file aw_font_group.hxx.

References AW_font_limits::descent, and get_max_limits().

int AW_font_group::get_max_height ( ) const
inline

Definition at line 54 of file aw_font_group.hxx.

References AW_font_limits::get_height(), and get_max_limits().

Referenced by ED4_root::create_hierarchy(), and ED4_input_cb().


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