Searched refs:Font (Results 1 - 25 of 116) sorted by last modified time

12345

/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp32 #define B_TRANSLATION_CONTEXT "Font Selection view"
256 FontSelectionView::Font() const function in class:FontSelectionView
/haiku/headers/private/interface/
H A DColumnTypes.h22 #include <Font.h>
/haiku/src/kits/interface/
H A DFont.cpp22 #include <Font.h>
402 // R5 used a global area offset table to set the system fonts in the Font
H A DAbstractSpinner.cpp25 #include <Font.h>
/haiku/src/servers/app/
H A DServerFont.h15 #include <Font.h>
H A DWorkspacesView.cpp263 const ServerFont& font = fDrawState->Font();
323 ServerFont font = fDrawState->Font();
H A DServerWindow.cpp3408 picture->WriteFontState(fCurrentView->CurrentState()->Font(), mask);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp33 #include <Font.h>
/haiku/src/apps/deskbar/
H A DSwitcher.cpp46 #include <Font.h>
H A DTeamMenuItem.cpp48 #include <Font.h>
/haiku/src/kits/tracker/
H A DUtilities.cpp50 #include <Font.h>
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp35 #include <Font.h>
1882 .SetLicense("SIL Open Font Licence v1.1")
/haiku/headers/os/
H A DInterfaceKit.h18 #include <Font.h>
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp17 #include <Font.h>
H A DUserUsageConditionsWindow.cpp10 #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...]
/haiku/src/apps/people/
H A DPersonWindow.cpp24 #include <Font.h>
/haiku/src/apps/mail/
H A DMailWindow.h39 #include <Font.h>
H A DMailWindow.cpp2262 const BFont* font = fContentView->TextView()->Font();
H A DContent.cpp2402 BFont font(fView->Font());
3130 const BFont *font = Font();
3209 const BFont *font = Font();
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp15 #include <Font.h>
/haiku/src/apps/terminal/
H A DThemeView.cpp16 #include <Font.h>
/haiku/src/apps/serialconnect/
H A DTermView.cpp14 #include <Font.h>
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp47 #include <Font.h>
/haiku/headers/os/interface/
H A DView.h11 #include <Font.h>

Completed in 201 milliseconds

12345