Home | History | Annotate | Download | only in include

Lines Matching defs:SetFont

299     virtual HRESULT WINAPI SetFont(ITextFont *pFont) = 0;
361 HRESULT (WINAPI *SetFont)(ITextRange *This,ITextFont *pFont);
425 #define ITextRange_SetFont(This,pFont) (This)->lpVtbl->SetFont(This,pFont)
609 HRESULT (WINAPI *SetFont)(ITextSelection *This,ITextFont *pFont);
684 #define ITextSelection_SetFont(This,pFont) (This)->lpVtbl->SetFont(This,pFont)