Symbol: B_FONT_SIZE
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
92
B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE | B_FONT_FLAGS);
src/apps/soundrecorder/RecorderWindow.cpp
405
fFilename->SetFont(&font, B_FONT_SIZE);
src/apps/soundrecorder/RecorderWindow.cpp
412
fFormat->SetFont(&font, B_FONT_SIZE);
src/apps/soundrecorder/RecorderWindow.cpp
420
fCompression->SetFont(&font, B_FONT_SIZE);
src/apps/soundrecorder/RecorderWindow.cpp
427
fChannels->SetFont(&font, B_FONT_SIZE);
src/apps/soundrecorder/RecorderWindow.cpp
435
fSampleSize->SetFont(&font, B_FONT_SIZE);
src/apps/soundrecorder/RecorderWindow.cpp
443
fSampleRate->SetFont(&font, B_FONT_SIZE);
src/apps/soundrecorder/RecorderWindow.cpp
450
fDuration->SetFont(&font, B_FONT_SIZE);
src/apps/stylededit/StyledEditWindow.cpp
1869
fTextView->SetFontAndColor(&font, B_FONT_SIZE);
src/apps/stylededit/StyledEditWindow.cpp
744
if (sameProperties & B_FONT_SIZE) {
src/apps/webpositive/BrowserWindow.cpp
545
fStatusText->SetFont(&font, B_FONT_SIZE);
src/apps/webpositive/DownloadProgressView.cpp
173
SetFont(&font, B_FONT_SIZE);
src/apps/webpositive/DownloadProgressView.cpp
310
fInfoView->SetFont(&font, B_FONT_SIZE);
src/kits/interface/AboutWindow.cpp
173
fNameView->SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE
src/kits/interface/Box.cpp
651
flags |= B_FONT_SIZE;
src/kits/interface/Menu.cpp
1546
SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE);
src/kits/interface/TextControl.cpp
1098
flags |= B_FONT_SIZE;
src/kits/interface/TextView.cpp
1658
if ((mode & (B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE)) != 0) {
src/kits/interface/View.cpp
198
if (font_flags & B_FONT_SIZE)
src/kits/interface/View.cpp
2862
if (mask & B_FONT_SIZE)
src/kits/interface/View.cpp
2930
SetFont(&font, B_FONT_SIZE);
src/kits/interface/View.cpp
469
SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE
src/kits/interface/textview_support/StyleBuffer.cpp
173
if ((mode & B_FONT_SIZE) != 0)
src/kits/interface/textview_support/StyleBuffer.cpp
527
if ((mode & B_FONT_SIZE) != 0) {
src/kits/interface/textview_support/StyleBuffer.cpp
529
mode &= ~B_FONT_SIZE;
src/kits/tracker/MiniMenuField.cpp
51
SetFont(be_plain_font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE);
src/kits/tracker/StatusWindow.cpp
693
SetFont(&font, B_FONT_SIZE);
src/kits/tracker/StatusWindow.cpp
699
SetFont(&font, B_FONT_SIZE);
src/kits/tracker/StatusWindow.cpp
727
SetFont(&font, B_FONT_SIZE);
src/kits/tracker/StatusWindow.cpp
736
SetFont(&font, B_FONT_SIZE);
src/libs/print/libprint/BlockingWindow.cpp
132
v->SetFontAndColor(0, s-text+1, &font, B_FONT_SIZE);
src/preferences/repositories/RepositoriesView.cpp
106
fListStatusView->SetFont(&font, B_FONT_SIZE);
src/servers/app/DrawState.cpp
160
if ((mask & B_FONT_SIZE) != 0) {
src/servers/app/DrawState.cpp
727
if ((flags & B_FONT_SIZE) != 0) {
src/servers/app/PictureBoundingBoxPlayer.cpp
665
fState->GetDrawState()->SetFont(font, B_FONT_SIZE);
src/servers/app/ServerPicture.cpp
1202
if (mask & B_FONT_SIZE) {
src/servers/app/ServerPicture.cpp
878
fCanvas->CurrentState()->SetFont(font, B_FONT_SIZE);