Searched refs:fontStyleTable (Results 1 – 1 of 1) sorted by relevance
432 static const LinearEnumMapNode<FontStyle, std::string> fontStyleTable[] = { in ConvertWrapFontStyleToStirng() local437 auto index = BinarySearchFindIndex(fontStyleTable, ArraySize(fontStyleTable), fontStyle); in ConvertWrapFontStyleToStirng()438 return index < 0 ? "FontStyle.Normal" : fontStyleTable[index].value; in ConvertWrapFontStyleToStirng()