Graphisoft®

Dialog ManagerVersion: 2.0

RichEdit::SetFont

Sets the font in a rich edit control.

void SetFont (
    Font::Size          size,
    Font::Style         style
);

Sets the font from the size and style parameters.

void SetFont (const DGFontData * fontData);

Sets the font from the DGFontData structure.

Parameters

size
The font size.
style
The font style.
fontData
Pointer to the DGFontData structure.