Home
last modified time | relevance | path

Searched refs:CharacterFont (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp191 fCharacterView->CharacterFont().GetFamilyAndStyle(&currentFontFamily, in CharacterWindow()
198 BFont font = fCharacterView->CharacterFont(); in CharacterWindow()
208 fontSize = (int32)fCharacterView->CharacterFont().Size(); in CharacterWindow()
397 BFont font = fCharacterView->CharacterFont(); in MessageReceived()
507 BFont font = fCharacterView->CharacterFont(); in _SaveSettings()
530 BFont font = fCharacterView->CharacterFont(); in _SetFont()
561 fCharacterView->CharacterFont().GetFamilyAndStyle(&currentFamily, in _UpdateFontMenu()
H A DUnicodeBlockView.h35 const BFont& CharacterFont() { return fCharacterFont; } in CharacterFont() function
H A DCharacterView.h22 const BFont& CharacterFont() { return fCharacterFont; } in CharacterFont() function