Symbol: GetFamilyAndStyle
headers/os/interface/Font.h
196
void GetFamilyAndStyle(font_family* family,
src/add-ons/input_server/devices/virtualkeyboard/VirtualKeyboardWindow.cpp
140
be_plain_font->GetFamilyAndStyle(&currentFamily, &currentStyle);
src/add-ons/translators/rtf/convert.cpp
505
font.GetFamilyAndStyle(&family, &style);
src/add-ons/translators/rtf/convert.cpp
742
styles->runs[i].font.GetFamilyAndStyle(&out, NULL);
src/add-ons/translators/rtf/convert.cpp
769
styles->runs[i].font.GetFamilyAndStyle(&out, NULL);
src/apps/charactermap/CharacterWindow.cpp
191
fCharacterView->CharacterFont().GetFamilyAndStyle(&currentFontFamily,
src/apps/charactermap/CharacterWindow.cpp
513
font.GetFamilyAndStyle(&family, &style);
src/apps/charactermap/CharacterWindow.cpp
561
fCharacterView->CharacterFont().GetFamilyAndStyle(&currentFamily,
src/apps/fontdemo/ControlView.cpp
358
font.GetFamilyAndStyle(&currentFamily, &currentStyle);
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
363
font->GetFamilyAndStyle(&family, &style);
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
374
font->GetFamilyAndStyle(&family, &style);
src/apps/haikudepot/ui/PackageInfoView.cpp
248
font.GetFamilyAndStyle(&family, &style);
src/apps/mail/MailApp.cpp
951
fContentFont.GetFamilyAndStyle(&fontFamily, &fontStyle);
src/apps/mail/Prefs.cpp
317
fFont.GetFamilyAndStyle(&old_family, &old_style);
src/apps/mail/Prefs.cpp
318
fNewFont->GetFamilyAndStyle(&new_family, &new_style);
src/apps/mail/Prefs.cpp
514
fFont.GetFamilyAndStyle(&old_family, &old_style);
src/apps/mail/Prefs.cpp
515
fNewFont->GetFamilyAndStyle(&new_family, &new_style);
src/apps/mail/Prefs.cpp
546
font->GetFamilyAndStyle(&def_family, &def_style);
src/apps/mail/Settings.cpp
194
fContentFont.GetFamilyAndStyle(&fontFamily, &fontStyle);
src/apps/stylededit/StyledEditWindow.cpp
1898
font.GetFamilyAndStyle(&oldFamily, &oldStyle);
src/apps/stylededit/StyledEditWindow.cpp
451
font.GetFamilyAndStyle(&family, &style);
src/apps/stylededit/StyledEditWindow.cpp
468
font.GetFamilyAndStyle(&family, &style);
src/apps/stylededit/StyledEditWindow.cpp
485
font.GetFamilyAndStyle(&family, &style);
src/apps/stylededit/StyledEditWindow.cpp
502
font.GetFamilyAndStyle(&family, &style);
src/apps/stylededit/StyledEditWindow.cpp
757
font.GetFamilyAndStyle(&family, &style);
src/apps/terminal/PrefHandler.cpp
497
fallbackFont->GetFamilyAndStyle(&family, &style);
src/apps/webpositive/support/FontSelectionView.cpp
180
fCurrentFont.GetFamilyAndStyle(NULL, &style);
src/apps/webpositive/support/FontSelectionView.cpp
349
font.GetFamilyAndStyle(&currentFamily, &currentStyle);
src/apps/webpositive/support/FontSelectionView.cpp
477
fCurrentFont.GetFamilyAndStyle(&family, &style);
src/apps/webpositive/support/FontSelectionView.cpp
549
font.GetFamilyAndStyle(&family, &style);
src/kits/interface/Font.cpp
1437
GetFamilyAndStyle(&family, &style);
src/kits/interface/TextView.cpp
2962
runArray->runs[i].font.GetFamilyAndStyle(&array->styles[i].family,
src/kits/interface/View.cpp
615
font.GetFamilyAndStyle(&family, &style);
src/kits/shared/SettingsMessage.cpp
343
value.GetFamilyAndStyle(&family, &style);
src/preferences/appearance/FontSelectionView.cpp
186
fCurrentFont.GetFamilyAndStyle(NULL, &style);
src/preferences/appearance/FontSelectionView.cpp
236
fCurrentFont.GetFamilyAndStyle(&family, &style);
src/preferences/appearance/FontSelectionView.cpp
274
fCurrentFont.GetFamilyAndStyle(&family, &style);
src/preferences/appearance/FontSelectionView.cpp
364
fCurrentFont.GetFamilyAndStyle(&currentFamily, &currentStyle);
src/preferences/appearance/FontSelectionView.cpp
391
fCurrentFont.GetFamilyAndStyle(&currentFamily, &currentStyle);
src/preferences/keymap/KeymapWindow.cpp
537
be_plain_font->GetFamilyAndStyle(&currentFamily, &currentStyle);
src/servers/app/DrawState.cpp
279
info.fontID = fFont.GetFamilyAndStyle();
src/servers/app/DrawState.cpp
725
fFont.SetFamilyAndStyle(font.GetFamilyAndStyle());
src/servers/app/ServerFont.cpp
205
if (GetFamilyAndStyle() != other.GetFamilyAndStyle())
src/servers/app/ServerFont.h
85
uint32 GetFamilyAndStyle() const;
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
126
Add(font.GetFamilyAndStyle());
src/servers/app/font/FontCacheEntry.cpp
403
font.GetFamilyAndStyle(), font.Manager(), charMap,
src/tests/servers/app/painter/Painter.cpp
1084
if (fLastFamilyAndStyle != fFont.GetFamilyAndStyle()) {
src/tests/servers/app/painter/Painter.cpp
1085
fLastFamilyAndStyle = fFont.GetFamilyAndStyle();