Searched refs:font (Results 1 - 25 of 293) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php835 .haiku_online_error { color: red; font-weight: bold; }
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css68 font-family:monospace;
H A Dmozilla.css38 font: menu;
H A Dstyles.css29 font-family:sans-serif;
32 font-weight:bolder;
70 font-size:xx-large;
76 font-size:xx-large;
81 font-size:xx-large;
85 font-size:x-large;
90 font-size:large;
95 font-size:large;
100 font-size:inherit;
185 font
[all...]
/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h157 void font(const char* font_signature, bool reset_cache = false) function in class:agg::font_cache_pool
188 const font_cache* font() const function in class:agg::font_cache_pool
365 m_fonts.font(m_engine.font_signature(), true);
386 m_fonts.font(m_engine.font_signature());
H A Dagg_glyph_raster_bin.h39 glyph_raster_bin(const int8u* font) : argument
40 m_font(font),
49 const int8u* font() const { return m_font; } function in class:agg::glyph_raster_bin
50 void font(const int8u* f) { m_font = f; } function in class:agg::glyph_raster_bin
H A Dagg_gsv_text.h48 void font(const void* font);
/haiku/headers/libs/glut/GL/
H A Dglut.h364 /* Stroke font constants (use these in GLUT program). */
368 /* Bitmap font constants (use these in GLUT program). */
379 /* Stroke font opaque addresses (use constants instead in source code). */
383 /* Stroke font constants (use these in GLUT program). */
387 /* Bitmap font opaque addresses (use constants instead in source code). */
396 /* Bitmap font constants (use these in GLUT program). */
681 /* GLUT font sub-API */
682 GLUTAPI void GLUTAPIENTRY glutBitmapCharacter(void *font, int character);
683 GLUTAPI int GLUTAPIENTRY glutBitmapWidth(void *font, int character);
684 GLUTAPI void GLUTAPIENTRY glutStrokeCharacter(void *font, in
[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 DChannelControl.h37 virtual void SetFont(const BFont* font,
H A DChannelSlider.h54 virtual void SetFont(const BFont* font,
H A DListItem.h43 virtual void Update(BView* owner, const BFont* font);
H A DSlider.h149 virtual void SetFont(const BFont* font,
H A DStringItem.h29 virtual void Update(BView* owner, const BFont* font);
H A DStringView.h64 virtual void SetFont(const BFont* font,
/haiku/headers/private/interface/
H A DColumnListView.h341 void GetFont(BFont* font) const
342 { BView::GetFont(font); }
343 virtual void SetFont(const BFont* font,
358 const BFont* font,
362 BFont* font) const;
H A DWidthBuffer.h25 BFont font; // corresponding font member in struct:BPrivate::_width_table_
45 bool FindTable(const BFont* font, int32* outIndex);
46 int32 InsertTable(const BFont* font);
52 int32 tableIndex, const BFont* font);
/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/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp64 BFont font; local
65 view->GetFont(&font);
66 font.SetSize(viewHeight / 3);
67 view->SetFont(&font);
72 font.GetBoundingBoxesForStrings(&fLine1, 1, B_SCREEN_METRIC, &fDelta,
77 font.GetBoundingBoxesForStrings(&fLine2, 1, B_SCREEN_METRIC, &fDelta,
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp195 BFont font;
196 view->GetFont(&font);
197 font.SetSize(height / 2.5);
198 view->SetFont(&font);
205 font.GetBoundingBoxesForStrings(&fLine1, 1, B_SCREEN_METRIC, &delta, &rect);
208 font.GetBoundingBoxesForStrings(&fLine2, 1, B_SCREEN_METRIC, &delta, &rect);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp470 SlideShowSaver::LayoutCaption(BView *view, BFont &font, BPoint &pos, BRect &rect) argument
475 font = be_plain_font;
476 width = font.StringWidth(fCaption.String()) + 1; // 1 for text shadow
477 font.GetHeight(&fontHeight);
493 BFont font; local
496 LayoutCaption(view, font, pos, rect);
505 view->SetFont(&font);
H A DSlideShowSaver.h82 void LayoutCaption(BView *view, BFont &font, BPoint &pos, BRect &rect);
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp66 BFont font(be_plain_font);
67 font.SetShear(110.0);
68 title->SetFont(&font);
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp86 BFont font; local
87 view->GetFont(&font);
88 font.SetFace(B_BOLD_FACE);
89 font.SetSize(font.Size() + 1);
91 view->SetFontAndColor(0, indexFirstLineEnd, &font, B_FONT_ALL,
94 font.SetFace(B_REGULAR_FACE);
95 font.SetSize(font.Size() - 1);
97 &font, B_FONT_AL
[all...]
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.h94 const BFont *font) const;

Completed in 115 milliseconds

1234567891011>>