Searched refs:IsFixedWidth (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/
H A DServerFont.h105 bool IsFixedWidth() const function in class:ServerFont
106 { return fStyle->IsFixedWidth(); }
215 return IsFixedWidth();
H A DDesktopSettings.cpp181 if (fontStyle != NULL && (fontStyle->IsFixedWidth()
/haiku/src/servers/app/font/
H A DFontStyle.h51 \fn bool FontStyle::IsFixedWidth(void)
55 bool IsFixedWidth() const function in class:FontStyle
H A DFontStyle.cpp74 if (IsFixedWidth())
170 if (IsFixedWidth())
H A DFontFamily.cpp254 if (style->IsFixedWidth())

Completed in 45 milliseconds