Home
last modified time | relevance | path

Searched refs:csFont (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_defaultappearance.cpp24 ByteString csFont; in GetFontString() local
26 return csFont; in GetFontString()
30 csFont += syntax.GetWord(); in GetFontString()
31 csFont += " "; in GetFontString()
32 csFont += syntax.GetWord(); in GetFontString()
33 csFont += " "; in GetFontString()
34 csFont += syntax.GetWord(); in GetFontString()
36 return csFont; in GetFontString()