Searched refs:fHalfFont (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DTermView.h282 BFont fHalfFont; member in class:TermView
H A DTermView.cpp803 *font = fHalfFont;
813 fHalfFont = font;
818 fHalfFont.SetSpacing(B_FIXED_SPACING);
821 // Not Bounding, check only A-Z (For case of fHalfFont is KanjiFont.)
825 float tmpWidth = fHalfFont.StringWidth(buf);
833 fHalfFont.GetHeight(&hh);
1045 ? &fBoldFont : &fHalfFont);
3060 SetFont(&fHalfFont);

Completed in 51 milliseconds