FontGetPropsΒΆ
FontGetProps gets the font properties.
- o = FontGetProps(hFont)
Return Value
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 |
Parameters
- hFont
Identifies the font.
History
Version |
Description |
|---|---|
R2016.0 |
New. |
See also
id-580488