Searched refs:csFont (Results 1 – 2 of 2) sorted by relevance
24 CFX_ByteString csFont; in GetFontString() local26 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()
590 CFX_ByteString csFont = ""; in GetFontSize() local592 pDa.GetFont(csFont, fFontSize); in GetFontSize()