Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Drichole.c838 static inline HRESULT set_textfont_propl(ITextFontImpl *font, enum textfont_prop_id propid, LONG va… in set_textfont_propl() function
2960 return set_textfont_propl(This, FONT_ANIMATION, value); in TextFont_SetAnimation()
2974 return set_textfont_propl(This, FONT_BACKCOLOR, value); in TextFont_SetBackColor()
3016 return set_textfont_propl(This, FONT_FORECOLOR, value); in TextFont_SetForeColor()
3086 return set_textfont_propl(This, FONT_LANGID, value); in TextFont_SetLanguageID()
3287 return set_textfont_propl(This, FONT_WEIGHT, value); in TextFont_SetWeight()