20 const std::string& GetLabelResourceType()
const {
return m_labelResourceType; }
22 const std::string& GetFontName()
const {
return m_fontName; }
26 : m_labelResourceType(labelResourceType)
27 , m_fontName(fontName)
30 std::string m_labelResourceType;
31 std::string m_fontName;
34 inline LabelResourceFontBinding* LabelResourceFontBinding::Create(
const std::string& labelResourceType,
const std::string& fontName)