Searched refs:B_FONT_STYLE_LENGTH (Results 1 - 4 of 4) sorted by last modified time

/haiku/headers/os/interface/
H A DFont.h17 #define B_FONT_STYLE_LENGTH 63 macro
19 typedef char font_style[B_FONT_STYLE_LENGTH + 1];
/haiku/src/servers/app/font/
H A DFontStyle.cpp46 fName.Truncate(B_FONT_STYLE_LENGTH);
216 name.Truncate(B_FONT_STYLE_LENGTH);
/haiku/src/servers/app/
H A DDesktopSettings.cpp70 strlcpy(fMenuInfo.f_style, fPlainFont.Style(), B_FONT_STYLE_LENGTH);
247 strlcpy(fMenuInfo.f_style, fontStyle, B_FONT_STYLE_LENGTH);
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp327 strlcpy(info.f_style, (const char*)style, B_FONT_STYLE_LENGTH);

Completed in 63 milliseconds