Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc456 BStringView* fPreview; member in VimSelectFontDialog
2374 , fPreview(0) in VimSelectFontDialog()
2395 fPreview = new BStringView(rc, "preview", "DejaVu Sans Mono"); in VimSelectFontDialog()
2396 clientBox->AddChild(fPreview); in VimSelectFontDialog()
2470 fPreview->ResizeTo(maxControlsWidth, previewHeight); in VimSelectFontDialog()
2471 fPreview->SetAlignment(B_ALIGN_CENTER); in VimSelectFontDialog()
2625 fPreview->GetFont(&font); in _UpdateFontPreview()
2628 fPreview->SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE); in _UpdateFontPreview()
2632 fPreview->SetText(str); in _UpdateFontPreview()