Home | History | Annotate | Download | only in fde

Lines Matching refs:font_

225   text_out->SetFont(font_);
628 if (font_ == font)
631 font_ = font;
632 text_break_.SetFont(font_);
637 return font_;
659 return (static_cast<float>(font_->GetAscent()) * font_size_) / 1000;
944 tr.pFont = font_;
961 tr.pFont = font_;
980 if (text_length_ == 0 || !font_)