Home
last modified time | relevance | path

Searched refs:FT_ITALIC (Results 1 – 7 of 7) sorted by relevance

/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/
H A DFT_fontsys.cpp95 void FT_ITALIC(FT_GlyphSlot slot) in FT_ITALIC() function
248 FT_ITALIC(face->glyph); in sLoadGlyph()
/dports/print/lyx/lyx-2.3.4.2/src/
H A Doutput_xhtml.h141 FT_ITALIC, enumerator
H A Doutput_xhtml.cpp177 case FT_ITALIC: in fontToTag()
220 case FT_ITALIC: in fontToAttribute()
H A DParagraph.cpp3129 tagsToClose.push_back(html::EndFontTag(html::FT_ITALIC)); in simpleLyXHTMLOnePar()
3149 tagsToOpen.push_back(html::FontTag(html::FT_ITALIC)); in simpleLyXHTMLOnePar()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dumlwidget.h218 FT_ITALIC = 2, enumerator
H A Dclassifierwidget.cpp638 oft = (op->isAbstract() ? UMLWidget::FT_ITALIC : UMLWidget::FT_NORMAL); in calculateSize()
H A Dumlwidget.cpp1876 case FT_ITALIC: in setupFontType()