Searched refs:font (Results 251 - 275 of 293) sorted by relevance

<<1112

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp242 run.runs[0].font = be_fixed_font;
/haiku/src/apps/sudoku/
H A DSudokuView.h128 void _FitFont(BFont& font, float width,
H A DSudokuView.cpp338 text << "<font color=\"#000000\">";
341 text << "</font>";
347 text << "<font color=\"#0000ff\">";
350 text << "</font>";
564 // font for numbers
577 // font for hint
1357 SudokuView::_FitFont(BFont& font, float fieldWidth, float fieldHeight) argument
1359 font.SetSize(100);
1362 font.GetHeight(&fontHeight);
1364 float width = font
[all...]
/haiku/headers/os/interface/
H A DChannelControl.h37 virtual void SetFont(const BFont* font,
H A DSlider.h149 virtual void SetFont(const BFont* font,
H A DListView.h75 virtual void SetFont(const BFont* font, uint32 mask
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h78 virtual void Update(BView *owner, const BFont *font);
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp286 BFont font; local
287 font.SetFamilyAndStyle(item->Label(), NULL);
288 fKeyboardLayoutView->SetBaseFont(font);
289 fTextControl->TextView()->SetFontAndColor(&font);
H A DKeyboardLayoutView.cpp136 KeyboardLayoutView::SetBaseFont(const BFont& font) argument
138 fBaseFont = font;
1267 BFont font; local
1268 font.SetSize(fontSize * 0.8);
1269 view->SetFont(&font);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h58 virtual void SetFont(const ServerFont& font);
H A DRemoteDrawingEngine.cpp249 RemoteDrawingEngine::SetFont(const ServerFont& font) argument
251 if (fState.Font() == font)
254 fState.SetFont(font);
259 message.AddFont(font);
/haiku/src/preferences/media/
H A DMediaListItem.h45 virtual void Update(BView* owner, const BFont* font);
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp263 BFont font; local
264 GetFont(&font);
265 fMinSize.width = font.StringWidth(".mmmmm");
268 font.GetHeight(&height);
/haiku/src/apps/terminal/
H A DTermWindow.h153 void _GetPreferredFont(BFont &font);
/haiku/src/apps/showimage/
H A DShowImageView.h162 void _LayoutCaption(BFont& font, BPoint& textPos,
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1039 this.font = new RemoteFont();
1073 context.font = (this.font.face & B_ITALIC_FACE ? "italic " : "")
1074 + (this.font.face & B_BOLD_FACE ? "bold " : "")
1075 + this.font.size + 'px '
1076 + (this.font.spacing==B_FIXED_SPACING ? 'monospace' : 'Helvetica');
1132 this.font = new RemoteFont(remoteMessage);
/haiku/src/kits/interface/
H A DColumnListView.cpp1483 BColumnListView::SetFont(const BFont* font, uint32 mask) argument
1485 fOutlineView->SetFont(font, mask);
1486 fTitleView->SetFont(font, mask);
1491 BColumnListView::SetFont(ColumnListViewFont font_num, const BFont* font, argument
1496 fOutlineView->SetFont(font, mask);
1500 fTitleView->SetFont(font, mask);
1511 BColumnListView::GetFont(ColumnListViewFont font_num, BFont* font) const
1515 fOutlineView->GetFont(font);
1519 fTitleView->GetFont(font);
2702 BFont font; local
3383 BFont font; local
[all...]
H A DChannelControl.cpp203 BChannelControl::SetFont(const BFont* font, uint32 mask) argument
205 BView::SetFont(font, mask);
H A DBox.cpp263 // offset label up by 1/6 the font height
645 BFont font(be_bold_font);
654 SetFont(&font, flags);
H A DColorControl.cpp601 BFont font; local
602 GetFont(&font);
604 ceilf(size * font.Size() / kDefaultFontSize));
H A DOutlineListView.cpp824 BFont font; local
825 GetFont(&font);
839 item->Update(this, &font);
/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h225 unsigned int font : 4; /* 0 to 9 */ member in struct:__anon14::__anon15
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp386 DrawingEngine::SetFont(const ServerFont& font) argument
388 fPainter->SetFont(font);
1423 const ServerFont& font, escapement_delta* delta)
1425 return font.StringWidth(string, length, delta);
1422 StringWidth(const char* string, int32 length, const ServerFont& font, escapement_delta* delta) argument
/haiku/src/kits/tracker/
H A DUtilities.cpp713 BFont font; local
714 GetFont(&font);
715 offscreen->SetFont(&font);
737 font.GetEdges(Text(), 1, &eInfo);
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp11 /*! Manages font families and styles */
168 // let the font be written completely before trying to open it
178 // a new font
212 // something has been added to our watched font directories
248 FTRACE(("font moved"));
250 FTRACE(("font added: %s\n", name));
255 // and entry has been removed from our font directories
261 // remove font style from directory
282 // remove font style from directory
398 // unknown directory, maybe this is a user font
627 _PrecacheFontFile(const ServerFont* font) argument
[all...]

Completed in 137 milliseconds

<<1112