Searched refs:p_font_name (Results 1 – 1 of 1) sorted by relevance
44 std::unique_ptr<char[]> p_font_name = std::make_unique<char[]>(text_len); in GetFont() local45 if (!FPDFFont_GetBaseFontName(font, p_font_name.get(), text_len)) { in GetFont()51 std::string font_name(p_font_name.get()); in GetFont()