Searched refs:font (Results 201 - 225 of 293) sorted by relevance

1234567891011>>

/haiku/src/servers/app/
H A DServerFont.h37 ServerFont(const ServerFont& font);
40 ServerFont &operator=(const ServerFont& font);
H A DDrawState.h140 // font
141 void SetFont(const ServerFont& font,
206 // overrides font aliasing flag
225 // of the font (again) when the scale changes
/haiku/src/kits/interface/
H A DListView.cpp864 BListView::SetFont(const BFont* font, uint32 mask) argument
866 BView::SetFont(font, mask);
896 BFont font; local
897 GetFont(&font);
900 item->Update(this, &font);
920 BFont font; local
921 GetFont(&font);
925 item->Update(this, &font);
950 BFont font; local
951 GetFont(&font);
1694 BFont font; local
[all...]
H A DButton.cpp49 BFont font; local
50 GetFont(&font);
52 font.GetHeight(&fh);
53 float minHeight = font.Size() + (float)ceil(fh.ascent + fh.descent);
H A DStatusBar.cpp309 BFont font; local
310 GetFont(&font);
313 font.TruncateString(&rightText, B_TRUNCATE_BEGINNING,
320 font.TruncateString(&leftText, B_TRUNCATE_END, width);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp677 BFont font; local
678 fInfoTextView->GetFont(&font);
679 font.SetFace(B_REGULAR_FACE);
682 font.SetFace(B_BOLD_FACE);
684 fInfoTextView->SetFont(&font);
/haiku/headers/os/interface/
H A DTextView.h23 BFont font; member in struct:text_run
134 void SetFontAndColor(const BFont* font,
138 int32 endOffset, const BFont* font,
369 void _NormalizeFont(BFont* font);
377 const BFont* font = NULL,
H A DChannelSlider.h54 virtual void SetFont(const BFont* font,
/haiku/src/apps/charactermap/
H A DCharacterView.cpp61 CharacterView::SetCharacterFont(const BFont& font) argument
63 fCharacterFont = font;
509 BFont font; local
510 GetFont(&font);
570 SetFont(&font);
/haiku/src/kits/shared/
H A DCalendarView.cpp28 BFont font;
29 view->GetFont(&font);
31 font.GetHeight(&fheight);
828 BFont font; local
829 GetFont(&font);
831 font.GetHeight(&fontHeight);
839 // height = font height * rows + 8 px border
1151 BFont font(be_plain_font);
1153 font.SetFace(B_BOLD_FACE);
1155 font
[all...]
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp950 ServerFont font; local
953 settings.GetDefaultPlainFont(font);
955 font.SetRotation(90.0f);
957 settings.GetDefaultBoldFont(font);
959 font.SetFlags(B_FORCE_ANTIALIASING);
960 font.SetSpacing(B_STRING_SPACING);
961 fDrawState.SetFont(font);
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp671 // seems not necessary, there is a default font already set.
674 TextFont *font = OpenFont(&attrs);
676 TextFont *font = OpenFont(gScreen->Font); local
677 if (font == NULL)
680 sFontWidth = font->tf_XSize;
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp287 BFont font; local
289 owner->GetFont(&font);
290 font.GetHeight(&fontHeight);
/haiku/src/apps/mail/
H A DSignature.cpp172 BFont* font; local
173 msg->FindPointer("font", (void **)&font);
174 fSigView->fTextView->SetFontAndColor(font);
H A DMailWindow.h73 const char* to, const BFont *font,
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp837 BFont font(be_plain_font);
838 font.SetSize(font.Size() - 2.0);
841 MediaJack::M_DEFAULT_WIDTH += font.StringWidth("M");
875 BFont font(be_plain_font);
876 font.SetSize(font.Size() - 2.0);
879 MediaJack::M_DEFAULT_WIDTH -= font.StringWidth("M");
1470 BFont font(be_plain_font);
1471 font
[all...]
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp203 // Carefully designed to not exceed the 640x480 resolution with a 12pt font.
438 BFont font; local
439 fLanguagesListView->GetFont(&font);
458 font.GetHasGlyphs(name.String(), name.CountChars(), hasGlyphs);
/haiku/src/apps/terminal/
H A DAppearPrefView.cpp353 BFont font; local
358 font.SetFamilyAndStyle(family, style);
359 if (IsFontUsable(font)) {
469 // mark the selected font
474 // mark the selected font size on all font menus
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp93 // Now calculated based off font size
375 // we're not font-sensitive, so we make sure we don't look too ugly
376 BFont font; local
377 if (font.Size() > MAX_FONT_SIZE)
378 font.SetSize(MAX_FONT_SIZE);
525 popup->SetFont(&font);
526 popup->MenuBar()->SetFont(&font);
527 popup->Menu()->SetFont(&font);
556 popup->SetFont(&font);
557 popup->MenuBar()->SetFont(&font);
[all...]
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp47 BFont font(be_plain_font);
48 font.SetSize(8);
49 SetFont(&font);
285 // Let's compute the best font size for the CPU speed string each time...
/haiku/src/apps/serialconnect/libvterm/src/
H A Dvterm_internal.h33 unsigned int font:4; /* To store 0-9 */ member in struct:VTermPen
/haiku/src/apps/diskprobe/
H A DDataView.h50 virtual void SetFont(const BFont* font,
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp507 BFont font(be_plain_font);
508 font.SetSize(ceilf(font.Size() * 0.85));
509 fInstallTypeDescriptionView->SetFontAndColor(&font, B_FONT_ALL,
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h37 void SetBaseFont(const BFont& font);
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp364 BFont font; local
367 view->GetFont(&font);
368 font.SetFace(B_BOLD_FACE);
369 view->SetFontAndColor(0, boldLength, &font);

Completed in 173 milliseconds

1234567891011>>