
Go to the source code of this file.
Defines | |
| #define | LARGEFONT 0 |
| #define | MEDIUMFONT 2 |
| #define | SMALLFONT 1 |
| #define | MEDIUM_7SEGMENT 4 |
| #define | BOLDFACE 0x8000 |
| #define | LARGEFONT_3D (LARGEFONT | BOLDFACE) |
| #define | MEDIUMFONT_3D (MEDIUMFONT | BOLDFACE) |
| #define | SMALLFONT_3D (SMALLFONT | BOLDFACE) |
| #define BOLDFACE 0x8000 |
Definition at line 10 of file fonts.h.
Referenced by BC_WindowBase::draw_text(), and BC_WindowBase::get_font_struct().
| #define LARGEFONT 0 |
Definition at line 4 of file fonts.h.
Referenced by CDRipWindow::create_objects(), TestWindow::create_objects(), SetFormatWindow::create_objects(), RecordPrefs::create_objects(), PluginPrefs::create_objects(), PlaybackPrefs::create_objects(), PerformancePrefs::create_objects(), NewWindow::create_objects(), ManualGotoWindow::create_objects(), InterfacePrefs::create_objects(), FormatTools::create_objects(), AssetEditWindow::create_objects(), AboutPrefs::create_objects(), AWindowAssets::draw_background(), BC_WindowBase::get_font_struct(), BC_WindowBase::get_fontset(), and BC_WindowBase::set_fontset().
| #define MEDIUM_7SEGMENT 4 |
Definition at line 7 of file fonts.h.
Referenced by RecordMonitorGUI::create_objects(), BC_Title::draw(), BC_WindowBase::draw_text(), BC_WindowBase::get_single_text_width(), and BC_WindowBase::get_text_ascent().
| #define MEDIUMFONT 2 |
Definition at line 5 of file fonts.h.
Referenced by BC_MenuBar::add_menu(), BC_Toggle::calculate_extents(), VideoScopeVectorscope::calculate_graduations(), RenderProfile::calculate_h(), LoadMode::calculate_h(), ChannelEditPictureWindow::calculate_h(), BC_MenuBar::calculate_height(), BC_ListBox::calculate_item_coords_recursive(), BC_ListBox::calculate_last_coords_recursive(), Mode3::calculate_w(), Mode2::calculate_w(), Mode1::calculate_w(), MasterLayer::calculate_w(), BC_GenericButton::calculate_w(), BC_ListBox::center_selection(), ADevicePrefs::create_alsa_objs(), VDevicePrefs::create_buz_objs(), ADevicePrefs::create_esound_objs(), VDevicePrefs::create_firewire_objs(), ADevicePrefs::create_firewire_objs(), VDevicePrefs::create_lml_objs(), VideoScopeWindow::create_objects(), HistogramWindow::create_objects(), ErrorBox::create_objects(), BC_ProgressWindow::create_objects(), ZoomBar::create_objects(), StatusBar::create_objects(), SplashGUI::create_objects(), RecordPrefs::create_objects(), RecordGUI::create_objects(), PluginPrefs::create_objects(), PluginAClientWindow::create_objects(), PlaybackPrefs::create_objects(), PerformancePrefs::create_objects(), LabelEditWindow::create_objects(), InterfacePrefs::create_objects(), YUVConfigVideo::create_objects(), MOVConfigVideo::create_objects(), CWindowCropGUI::create_objects(), ClipEditWindow::create_objects(), AssetEditWindow::create_objects(), AboutPrefs::create_objects(), ADevicePrefs::create_oss_objs(), VDevicePrefs::create_screencap_objs(), VDevicePrefs::create_v4l2_objs(), VDevicePrefs::create_v4l2jpeg_objs(), VDevicePrefs::create_v4l_objs(), VDevicePrefs::create_x11_objs(), BC_Title::draw(), BC_ProgressBar::draw(), BC_MenuItem::draw(), BC_WindowBase::draw_border(), BC_Toggle::draw_face(), BC_GenericButton::draw_face(), BC_ListBox::draw_items(), VideoScopeWindow::draw_labels(), BC_WindowBase::draw_text(), BC_ListBox::draw_text_recursive(), MTimeBar::draw_time(), BC_PopupMenu::draw_title(), BC_Menu::draw_title(), BC_ListBox::draw_titles(), BC_WindowBase::draw_tooltip(), BC_MenuPopup::get_dimensions(), BC_WindowBase::get_font_struct(), BC_WindowBase::get_fontset(), BC_ListBox::get_item_h(), BC_ListBox::get_item_w(), BC_ListBox::get_text_mask(), VideoScopeWindow::get_widget_area_height(), BC_ListBox::init_column_width(), MicroTheme::initialize(), BlueDotTheme::initialize(), BC_WindowBase::initialize(), BC_ListBox::keypress_event(), TitleWindow::resize_event(), BC_WindowBase::set_fontset(), BC_PopupMenu::set_images(), BC_GenericButton::set_images(), BC_WindowBase::show_tooltip(), and CompressorWindow::update_canvas().
| #define MEDIUMFONT_3D (MEDIUMFONT | BOLDFACE) |
Definition at line 12 of file fonts.h.
Referenced by TrackCanvas::draw_plugins(), ResourcePixmap::draw_title(), SUV::initialize(), and BlondTheme::initialize().
| #define SMALLFONT 1 |
Definition at line 6 of file fonts.h.
Referenced by VideoScopeVectorscope::calculate_graduations(), ParametricWindow::create_objects(), ColorWindow::create_objects(), ManualGotoWindow::create_objects(), FormatAWindow::create_objects(), APanel::create_objects(), BC_Slider::draw_face(), VideoScopeWindow::draw_labels(), BC_Pan::draw_popup(), CompressorWindow::draw_scales(), BC_WindowBase::get_font_struct(), BC_WindowBase::get_fontset(), VideoScopeWindow::get_label_width(), MicroTheme::initialize(), BlueDotTheme::initialize(), BC_Slider::initialize(), and BC_WindowBase::set_fontset().
| #define SMALLFONT_3D (SMALLFONT | BOLDFACE) |
Definition at line 13 of file fonts.h.
Referenced by BC_Resources::BC_Resources(), and BC_Meter::draw_titles().
1.5.5