Searched refs:fContentFont (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/mail/
H A DSettings.cpp80 fContentFont(be_fixed_font)
86 fContentFont.SetSpacing(B_BITMAP_SPACING);
194 fContentFont.GetFamilyAndStyle(&fontFamily, &fontStyle);
198 settings.AddFloat("FontSize", fContentFont.Size());
270 fContentFont.SetSize(size);
273 fContentFont.SetFamilyAndStyle(
428 return fContentFont;
H A DSettings.h108 BFont fContentFont; member in class:Settings
H A DMailApp.h142 BFont fContentFont; member in class:TMailApp
H A DMailApp.cpp119 fContentFont(be_fixed_font),
148 fContentFont.SetSpacing(B_BITMAP_SPACING);
326 &fContentFont, NULL, &fWrapMode, &fAttachAttributes,
849 fContentFont.SetSize(size);
852 fContentFont.SetFamilyAndStyle(fontFamily, fontStyle);
944 fContentFont.GetFamilyAndStyle(&fontFamily, &fontStyle);
948 settings.AddFloat("FontSize", fContentFont.Size());
1021 fContentFont.SetSize(size);
1024 fContentFont.SetFamilyAndStyle(fontFamily[0] ? fontFamily : NULL,
1100 msg.AddPointer("font", &fContentFont);
[all...]

Completed in 22 milliseconds