Searched refs:fCurrentFont (Results 1 – 4 of 4) sorted by relevance
92 fCurrentFont = *be_plain_font; in FontSelectionView()94 fCurrentFont = *be_bold_font; in FontSelectionView()96 fCurrentFont = *be_fixed_font; in FontSelectionView()101 fCurrentFont.SetFamilyAndStyle(info.f_family, info.f_style); in FontSelectionView()102 fCurrentFont.SetSize(info.font_size); in FontSelectionView()105 fCurrentFont = *currentFont; in FontSelectionView()107 fSavedFont = fCurrentFont; in FontSelectionView()129 fPreviewTextView->SetFontAndColor(&fCurrentFont); in FontSelectionView()142 float lineCount = ceilf(fCurrentFont.StringWidth(kPreviewText) in FontSelectionView()186 if (size == fCurrentFont.Size()) in MessageReceived()[all …]
72 BFont fCurrentFont; variable
60 fCurrentFont = _DefaultFont(); in FontSelectionView()62 fCurrentFont = *currentFont; in FontSelectionView()64 fSavedFont = fCurrentFont; in FontSelectionView()91 fPreviewTextView->SetFontAndColor(&fCurrentFont); in FontSelectionView()103 float lineCount = ceilf(fCurrentFont.StringWidth(kPreviewText) / fPreviewTextWidth); in FontSelectionView()155 fPreviewTextView->SetFontAndColor(&fCurrentFont, B_FONT_ALL, &textColor); in MessageReceived()164 || size == fCurrentFont.Size()) in MessageReceived()167 fCurrentFont.SetSize(size); in MessageReceived()180 fCurrentFont.GetFamilyAndStyle(NULL, &style); in MessageReceived()197 fCurrentFont.SetFamilyAndStyle(family, styleItem->Label()); in MessageReceived()[all …]
87 BFont fCurrentFont; variable