Searched refs:font_family (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp53 extern void _set_system_font_(const char *which, font_family family,
56 font_family family, font_style style, float* _size);
62 _set_system_font_(const char *which, font_family family,
72 _get_system_default_font_(const char* which, font_family family,
277 font_family family;
317 font_family family;
339 font_family family;
390 font_family defaultFamily;
405 font_family currentFamily;
434 font_family currentFamil
[all...]
/haiku/headers/os/interface/
H A DFont.h18 typedef char font_family[B_FONT_FAMILY_LENGTH + 1]; typedef
181 status_t SetFamilyAndStyle(const font_family family,
184 status_t SetFamilyAndFace(const font_family family,
196 void GetFamilyAndStyle(font_family* family,
329 status_t get_font_family(int32 index, font_family* name,
332 int32 count_font_styles(font_family name);
333 status_t get_font_style(font_family family, int32 index, font_style* name,
335 status_t get_font_style(font_family family, int32 index, font_style* name,
H A DMenu.h34 font_family f_family;
/haiku/src/kits/interface/
H A DFont.cpp74 status_t FamilyAt(int32 index, font_family* _family,
76 status_t StyleAt(font_family family, int32 index,
81 int32 CountStyles(font_family family);
87 family* _FindFamily(font_family name);
151 FontList::FamilyAt(int32 index, font_family* _family, uint32* _flags)
171 FontList::StyleAt(font_family familyName, int32 index, font_style* _style,
208 FontList::CountStyles(font_family familyName)
314 FontList::_FindFamily(font_family name)
399 _set_system_font_(const char* which, font_family family, font_style style,
408 link.AttachString(family, sizeof(font_family));
[all...]
H A DPictureDataWriter.cpp717 PictureDataWriter::WriteSetFontFamily(const font_family family)
/haiku/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp21 font_family family;
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp318 font_family currentFamily;
323 font_family family;
446 font_family family;
516 font_family family;
/haiku/src/bin/
H A Dlistfont.cpp100 font_family family;
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp188 font_family currentFontFamily;
509 font_family family;
558 font_family currentFamily;
568 font_family family;
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp143 font_family family, currentFamily;
/haiku/src/apps/terminal/
H A DPrefHandler.cpp129 font_family family;
474 font_family family;
H A DAppearPrefView.cpp193 if (msg->FindString("font_family", &family) != B_OK
350 font_family family;
363 message->AddString("font_family", family);
407 message->AddString("font_family", family);
422 message->AddString("font_family", family);
/haiku/headers/private/interface/
H A DPictureDataWriter.h59 status_t WriteSetFontFamily(const font_family family);
/haiku/src/apps/mail/
H A DPrefs.cpp291 font_family new_family;
292 font_family old_family;
537 font_family def_family;
539 font_family f_family;
H A DSettings.cpp192 font_family fontFamily;
H A DMailApp.cpp842 font_family fontFamily;
845 file.Read(&fontFamily, sizeof(font_family));
942 font_family fontFamily;
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp462 font_family family;
479 font_family family;
496 font_family family;
752 font_family family;
1266 font_family family;
1883 font_family oldFamily;
/haiku/src/apps/fontdemo/
H A DControlView.cpp354 font_family fontFamilyName, currentFamily;
478 font_family family;
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp450 font_family family;
487 font_family family;
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp95 font_family val;
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp501 font_family family;
737 font_family out;
/haiku/src/kits/shared/
H A DSettingsMessage.cpp341 font_family family;
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp36 font_family family;
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp533 font_family family, currentFamily;
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp968 font_family family;

Completed in 362 milliseconds

12