Searched refs:csFont (Results 1 – 2 of 2) sorted by relevance
38 CFX_ByteString csFont; in GetFontString() local40 return csFont; in GetFontString()44 csFont += (CFX_ByteString)syntax.GetWord(); in GetFontString()45 csFont += " "; in GetFontString()46 csFont += (CFX_ByteString)syntax.GetWord(); in GetFontString()47 csFont += " "; in GetFontString()48 csFont += (CFX_ByteString)syntax.GetWord(); in GetFontString()50 return csFont; in GetFontString()
591 CFX_ByteString csFont = ""; in GetFontSize() local593 pDa.GetFont(csFont, fFontSize); in GetFontSize()