fContentFont
fContentFont.SetSize(size);
fContentFont.SetFamilyAndStyle(fontFamily[0] ? fontFamily : NULL,
msg.AddPointer("font", &fContentFont);
&fContentFont, resend, trackerMessenger);
fContentFont(be_fixed_font),
return fContentFont;
fContentFont.SetSpacing(B_BITMAP_SPACING);
&fContentFont, NULL, &fWrapMode, &fAttachAttributes,
fContentFont.SetSize(size);
fContentFont.SetFamilyAndStyle(fontFamily, fontStyle);
fContentFont.GetFamilyAndStyle(&fontFamily, &fontStyle);
settings.AddFloat("FontSize", fContentFont.Size());
BFont fContentFont;
fContentFont.GetFamilyAndStyle(&fontFamily, &fontStyle);
settings.AddFloat("FontSize", fContentFont.Size());
fContentFont.SetSize(size);
fContentFont.SetFamilyAndStyle(
return fContentFont;
fContentFont.SetSpacing(B_BITMAP_SPACING);
BFont fContentFont;