Searched refs:Font (Results 1 - 25 of 116) sorted by relevance

12345

/haiku/src/apps/terminal/
H A DGlobals.cpp11 #include <Font.h>
/haiku/src/system/boot/platform/riscv/
H A Dgraphics.h26 struct Font { struct
37 extern Font gFixedFont;
/haiku/src/preferences/screen/
H A DAlertWindow.h16 #include <Font.h>
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.cpp62 return data->Font() == font;
70 CharacterStyle::Font() const function in class:CharacterStyle
72 return fStyleData->Font();
79 BFont font(Font());
88 return Font().Size();
95 uint16 face = Font().Face();
118 return (Font().Face() & B_BOLD_FACE) != 0;
125 uint16 face = Font().Face();
148 return (Font().Face() & B_ITALIC_FACE) != 0;
417 uint16 face = Font()
[all...]
H A DCharacterStyleData.h8 #include <Font.h>
48 inline const BFont& Font() const function in class:CharacterStyleData
H A DCharacterStyle.h21 const BFont& Font() const;
/haiku/headers/private/bluetooth/
H A DConnectionView.h18 #include <Font.h>
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.h16 #include <Font.h>
44 const BFont& Font() const;
/haiku/src/apps/cortex/TipManager/
H A DTipView.h43 #include <Font.h>
H A DTipManager.h63 #include <Font.h>
/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.h8 #include <Font.h>
H A DStringChartLegend.cpp8 #include <Font.h>
/haiku/src/apps/processcontroller/
H A DUtilities.h9 #include <Font.h>
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.h48 #include <Font.h>
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.h46 #include <Font.h>
/haiku/src/apps/soundrecorder/
H A DTrackSlider.h12 #include <Font.h>
/haiku/src/tests/kits/interface/bfont/
H A DGetBoundingBoxesTest.cpp2 #include <Font.h>
H A DDumpFontList.cpp2 #include <Font.h>
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DControlTest.cpp11 #include <Font.h>
/haiku/src/apps/haikudepot/ui_generic/
H A DMarkupTextView.cpp20 float fontSize = regularStyle.Font().Size();
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.cpp9 #include <Font.h>
/haiku/src/apps/mail/
H A DSettings.h38 #include <Font.h>
/haiku/src/tests/kits/interface/
H A DWidthBufferTest.cpp8 #include <Font.h>
/haiku/src/tests/apps/haikudepot/
H A DTextDocumentTest.cpp49 float fontSize = regularStyle.Font().Size();
/haiku/headers/os/
H A DInterfaceKit.h18 #include <Font.h>

Completed in 255 milliseconds

12345