Searched refs:IsFullAndHalfFixed (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/terminal/
H A DGlobals.cpp20 if (font.IsFixed() || font.IsFullAndHalfFixed())
/haiku/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp74 printf("\t\tfull/half fixed: %s\n", font.IsFullAndHalfFixed() ? "yes" : "no");
/haiku/src/servers/app/font/
H A DFontStyle.h59 /* \fn bool FontStyle::IsFullAndHalfFixed()
63 bool IsFullAndHalfFixed() const function in class:FontStyle
H A DFontFamily.cpp256 if (style->IsFullAndHalfFixed())
H A DFontStyle.cpp172 if (IsFullAndHalfFixed())
/haiku/headers/os/interface/
H A DFont.h210 bool IsFullAndHalfFixed() const;
/haiku/src/apps/charactermap/
H A DCharacterView.cpp669 if (fCharacterFont.IsFullAndHalfFixed()) {
/haiku/src/servers/app/
H A DDesktopSettings.cpp182 || fontStyle->IsFullAndHalfFixed()))
/haiku/src/apps/diskprobe/
H A DDataView.cpp1372 if (!font->IsFixed() && !font->IsFullAndHalfFixed())
/haiku/src/kits/interface/
H A DFont.cpp813 BFont::IsFullAndHalfFixed() const function in class:BFont

Completed in 66 milliseconds