Help Center

CTextFont2.GetSizemethod

Windowsmethoddocumented

Syntax

FUNCTION GetSize () AS SINGLE
Also documented as Size — one description covers them all.

Parameters

NameDescription
ValueThe new font size, in floating-point points.

Return value

The font size, in floating-point points.

Description

Gets/sets the font size.

Example

(GET) PROPERTY Size () AS SINGLE (SET) PROPERTY Size (BYVAL Value AS SINGLE)

Reference

  • Defined in AfxNova/CTextFont2.inc:944
  • Documented in Windows/WIndows Controls/RichEdit/CTextFont2 Class.md
  • Topic: CTextFont2 Class