Symbol: get_font_style
headers/os/interface/Font.h
335
status_t get_font_style(font_family family, int32 index, font_style* name,
headers/os/interface/Font.h
337
status_t get_font_style(font_family family, int32 index, font_style* name,
src/apps/charactermap/CharacterWindow.cpp
579
if (get_font_style(family, j, &style, &flags) == B_OK) {
src/apps/fontdemo/ControlView.cpp
376
if (get_font_style(fontFamilyName, j, &fontStyleName) == B_OK) {
src/apps/fontdemo/ControlView.cpp
500
get_font_style((char*)family, 0, &style);
src/apps/fontdemo/FontDemoView.cpp
202
if (get_font_style(const_cast<char*>(family), 0, &style) == B_OK) {
src/apps/mail/Prefs.cpp
556
get_font_style(f_family, style_loop, &f_style);
src/apps/stylededit/StyledEditWindow.cpp
1287
if (get_font_style(family, j, &style, &flags) == B_OK) {
src/apps/terminal/AppearPrefView.cpp
357
if (get_font_style(family, j, &style) == B_OK) {
src/apps/terminal/PrefHandler.cpp
135
if (get_font_style(family, j, &style) == B_OK) {
src/apps/terminal/PrefHandler.cpp
490
if (get_font_style(family, j, &style) == B_OK
src/apps/webpositive/support/FontSelectionView.cpp
555
if (get_font_style(family, j, &style) != B_OK)
src/bin/listfont.cpp
114
if (get_font_style(family, s, &style, &face, &flags) < B_OK)
src/kits/interface/Font.cpp
471
return get_font_style(family, index, _name, NULL, _flags);
src/preferences/appearance/FontSelectionView.cpp
422
if (get_font_style(family, j, &style, &flags) != B_OK)
src/tests/kits/interface/bfont/DumpFontList.cpp
32
if (get_font_style(family, j, &style, &styleFlags) == B_OK) {
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
997
get_font_style(familyName, styles - 1, &styleName);