Home
last modified time | relevance | path

Searched defs:RichFormat (Results 1 – 2 of 2) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/text/
H A Dfont_richformat.cpp25 DENG2_PIMPL_NOREF(Font::RichFormat), in DENG2_PIMPL_NOREF()
208 Font::RichFormat::RichFormat() : d(new RichFormat::Impl) in RichFormat() function in de::Font::RichFormat
211 Font::RichFormat::RichFormat(IStyle const &style) : d(new RichFormat::Impl(style)) in RichFormat() function in de::Font::RichFormat
214 Font::RichFormat::RichFormat(RichFormat const &other) : d(new RichFormat::Impl(*other.d)) in RichFormat() function in de::Font::RichFormat
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libshell/src/
H A Dtextcanvas.cpp30 struct RichFormat { in DENG2_PIMPL_NOREF() struct
31 Char::Attribs attrib; in DENG2_PIMPL_NOREF()
32 Rangei range; in DENG2_PIMPL_NOREF()