FontGetProps

FontGetProps liefert die Font-Properties.

o = FontGetProps(hFont)

Returnwert

o

font

Name

Type

Default Value

Comment

type

string

font

face-name

string

Arial

size

int

9

weight

int

400

italic

bool

0

underline

bool

0

strike-out

bool

0

color

@color

black

pitch-and-family

int

34

Parameter

hFont

hFont ist die Zugriffsnummer (Handle) des mit FontCreate oder FontDialog erzeugten Fonts.

History

Version

Description

R2016.0

New.

id-580488