Searched refs:has_font (Results 1 – 1 of 1) sorted by relevance
445 bool has_font = text_object && text_object->GetFont(); in GetCharFontSize() local446 return has_font ? text_object->GetFontSize() : kDefaultFontSize; in GetCharFontSize()