Searched refs:fGlyphView (Results 1 – 2 of 2) sorted by relevance
165 fGlyphView = new BStringView("glyph", ""); in CharacterWindow()166 fGlyphView->SetExplicitMaxSize(BSize(B_SIZE_UNSET, in CharacterWindow()167 fGlyphView->PreferredSize().Height())); in CharacterWindow()248 .Add(fGlyphView) in CharacterWindow()350 fGlyphView->SetText(glyph); in MessageReceived()535 fGlyphView->SetFont(&font, B_FONT_FAMILY_AND_STYLE); in _SetFont()
47 BStringView* fGlyphView; variable