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

/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp324 // could not support any text styles (colors and fonts)
479 RTF::Group *fonts = Start().FindGroup("fonttbl"); local
480 if (fonts == NULL)
488 for (int32 index = 0; (info = fonts->FindDefinition("f", index))
496 // For now, it only differentiates fixed fonts from proportional ones
497 if (fonts->FindDefinition("fmodern", index) != NULL)

Completed in 37 milliseconds