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

/haiku/headers/private/interface/
H A DColumnListView.h357 void SetFont(ColumnListViewFont fontIndex,
361 void GetFont(ColumnListViewFont fontIndex,
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp768 int fontIndex = std::distance(fontTable.begin(), local
772 rtfFile << "\\pard\\plain\\f" << fontIndex << "\\cf" << colorIndex;

Completed in 81 milliseconds