ARB
|
#include <aw_font_group.hxx>
Public Member Functions | |
void | unregisterAll () |
void | registerFont (AW_device *device_, int gc, const char *chars=NULp) |
const AW_font_limits & | get_limits (int gc) const |
const AW_font_limits & | get_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 |
Definition at line 23 of file aw_font_group.hxx.
|
inline |
Definition at line 33 of file aw_font_group.hxx.
Referenced by ED4_root::recalc_font_group().
Definition at line 17 of file AW_font_group.cxx.
References aw_assert, AW_FONT_GROUP_MAX_GC, AW_stylable::get_common(), AW_GC::get_font_limits(), and AW_common::map_gc().
Referenced by ED4_root::recalc_font_group().
|
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().
|
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().
Definition at line 45 of file aw_font_group.hxx.
References get_limits(), and AW_font_limits::width.
Referenced by ED4_text_terminal::draw(), ED4_resize_all_extensions(), ED4_cursor::jump_screen_pos(), ED4_root::pixel2pos(), ED4_cursor::set_abs_x(), ED4_cursor::set_screen_relative_pos(), and ED4_cursor::show_cursor_at().
Definition at line 46 of file aw_font_group.hxx.
References AW_font_limits::ascent, and get_limits().
Definition at line 47 of file aw_font_group.hxx.
References AW_font_limits::descent, and get_limits().
Definition at line 48 of file aw_font_group.hxx.
References AW_font_limits::get_height(), and get_limits().
Referenced by ED4_text_terminal::draw(), and toggle_detailed_column_stat().
|
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().
|
inline |
Definition at line 52 of file aw_font_group.hxx.
References AW_font_limits::ascent, and get_max_limits().
|
inline |
Definition at line 53 of file aw_font_group.hxx.
References AW_font_limits::descent, and get_max_limits().
|
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().