Searched refs:kDefaultFontSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp81 static const int32 kDefaultFontSize = 14; variable
641 != fSettings->GetValue("standard font size", kDefaultFontSize));
644 != fSettings->GetValue("fixed font size", kDefaultFontSize));
840 kDefaultFontSize);
842 kDefaultFontSize);
/haiku/src/kits/interface/
H A DColorControl.cpp44 static const float kDefaultFontSize = 12.0f; variable
604 ceilf(size * font.Size() / kDefaultFontSize));

Completed in 44 milliseconds