Searched refs:fontTable (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp735 std::set<BString> fontTable; local
741 fontTable.insert(BString(out));
749 for (it = fontTable.begin(); it != fontTable.end(); it++) {
768 int fontIndex = std::distance(fontTable.begin(),
769 fontTable.find(BString(out)));

Completed in 330 milliseconds