RichEdit::SetFont
void SetFont (
Font::Size size,
Font::Style style
);
void SetFont (const DGFontData * fontData);
Parameters
- size
The font size. - style
The font style. - fontData
Pointer to the DGFontData structure.
Graphisoft®
Dialog ManagerVersion: 2.0
void SetFont (
Font::Size size,
Font::Style style
);
void SetFont (const DGFontData * fontData);