Searched refs:font (Results 176 - 200 of 293) sorted by relevance

1234567891011>>

/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp675 ServerFont font; local
677 settings.GetDefaultPlainFont(font);
679 settings.GetDefaultBoldFont(font);
681 font.SetFlags(B_FORCE_ANTIALIASING);
682 font.SetSpacing(B_STRING_SPACING);
683 fDrawState.SetFont(font);
/haiku/src/kits/interface/
H A DMenuWindow.cpp188 BFont font; local
189 fMenu->GetFont(&font);
190 SetFont(&font);
H A DSeparatorView.cpp348 BFont font; local
349 GetFont(&font);
351 font.SetRotation(90.0f);
353 SetFont(&font);
/haiku/src/apps/deskbar/
H A DTimeView.cpp193 // set the height based on the font size
460 BFont font; local
461 GetFont(&font);
467 font.GetBoundingBoxesForStrings(stringArray, 1, B_SCREEN_METRIC, &delta,
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp40 // if defined, the system font will be updated immediately, and not
52 // private font API
109 fFontsMenu = new BPopUpMenu("font menu");
111 // font menu
115 // font size
119 fFontSizeSpinner = new BSpinner("font size", B_TRANSLATE("Size:"),
322 // The menu font is not handled as a system font
431 BFont font; local
432 fFontsMenu->GetFont(&font);
[all...]
/haiku/src/tests/servers/app/painter/
H A Dmain.cpp210 BFont font(be_plain_font);
211 font.SetSize(12.0);
212 font.SetRotation(8.0);
213 // font.SetFamilyAndStyle(1);
215 s.SetFont(&font);
266 // It takes a bit to scan through the font files;
267 // "true" means to do the font scanning inline, not
269 fprintf(stdout, "scanning font files...");
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h74 BFont font; member in struct:SourceView::FontInfo
/haiku/src/apps/mail/
H A DPrefs.h61 TPrefsWindow(BPoint leftTop, BFont* font,
H A DContent.h107 TContentView(bool incoming, BFont* font,
307 const char* line, int32 length, const BFont& font, text_run_array* style,
H A DPrefs.cpp90 TPrefsWindow::TPrefsWindow(BPoint leftTop, BFont* font, int32* level, argument
124 fNewFont(font),
179 fFontMenu = _BuildFontMenu(font);
180 menu = new BMenuField("font", B_TRANSLATE("Font:"), fFontMenu);
183 fSizeMenu = _BuildSizeMenu(font);
422 if (msg->FindString("font", &family) == B_OK) {
535 TPrefsWindow::_BuildFontMenu(BFont* font) argument
543 font->GetFamilyAndStyle(&def_family, &def_style);
556 msg->AddString("font", f_family);
575 msg->AddString("font", f_famil
736 _BuildSizeMenu(BFont* font) argument
[all...]
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h105 virtual void Update(BView* owner, const BFont* font);
/haiku/headers/os/interface/
H A DStringView.h64 virtual void SetFont(const BFont* font,
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp179 // for default 12pt font size: 597 ��� (0.85 * 12 * 49)
336 BFont font; local
340 view->GetFont(&font);
341 font.SetFace(B_BOLD_FACE);
344 view->SetFontAndColor(offsets[i], offsets[i] + strlen(labels[i]), &font);
/haiku/src/apps/charactermap/
H A DCharacterView.h21 void SetCharacterFont(const BFont& font);
/haiku/src/kits/tracker/
H A DIconMenuItem.cpp242 BFont font; local
243 Menu()->GetFont(&font);
244 font.SetFace(B_ITALIC_FACE);
245 Menu()->SetFont(&font);
/haiku/headers/private/interface/
H A DViewPrivate.h153 BFont font; member in class:BPrivate::ViewState
156 // font aliasing. Used for printing only!
/haiku/src/servers/app/font/
H A DGlobalFontManager.h32 \brief Manager for system fonts within the font subsystem
82 void _PrecacheFontFile(const ServerFont* font);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp392 BFont font = be_plain_font; local
393 font.SetSize(font.Size() * 0.92f);
395 font.GetHeight(&height);
405 fFilename->SetFont(&font, B_FONT_SIZE);
412 fFormat->SetFont(&font, B_FONT_SIZE);
420 fCompression->SetFont(&font, B_FONT_SIZE);
427 fChannels->SetFont(&font, B_FONT_SIZE);
435 fSampleSize->SetFont(&font, B_FONT_SIZE);
443 fSampleRate->SetFont(&font, B_FONT_SIZ
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dscreen.c24 unsigned int font : 4; /* 0 to 9 */ member in struct:__anon24
419 screen->pen.font = val->number;
762 cell->attrs.font = intcell->pen.font;
801 intcell->pen.font = cell->attrs.font;
890 if((attrs & VTERM_ATTR_FONT_MASK) && (a->pen.font != b->pen.font))
/haiku/src/preferences/mail/
H A DConfigWindow.cpp94 AccountItem::Update(BView* owner, const BFont* font) argument
97 font = be_bold_font;
99 BStringItem::Update(owner, font);
383 BFont font(be_plain_font);
384 float fontFactor = font.Size() / 12.0f;
390 fHowToTextView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
537 BFont font; local
538 fHowToTextView->SetFontAndColor(&font, 0, &textColor);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h157 void AddFont(const ServerFont& font);
173 status_t ReadFontState(BFont& font);
174 // sets font state
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp157 array.runs[0].font = *be_bold_font;
181 array.runs[0].font.SetSize(9);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h88 virtual void SetFont(const ServerFont& font);
186 int32 length, const ServerFont& font,
/haiku/src/apps/processcontroller/
H A DUtilities.cpp176 bar_rect(BRect& frame, BFont* font) argument
180 font->GetHeight(&metrics);
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp289 // // font initialized?
316 // do any font-related layout work
318 const BFont* font) {
322 m_font = font;
317 fontChanged( const BFont* font) argument

Completed in 108 milliseconds

1234567891011>>