EFont::EFont

Constructs a EFont.

Namespace: Euresys::Open_eVision

[C++]

void EFont(
)

void EFont(
   const std::string& fontFamily,
   int pointSize,
   EFontStyle style
)

void EFont(
   const EFont& other
)

Parameters

fontFamily

Font family

pointSize

Font size

style

Font style

other

The other EFont that we will copy into this one.

EFont.EFont

Constructs a EFont.

Namespace: Euresys.Open_eVision

[C#]

void EFont(
)

void EFont(
   string fontFamily,
   int pointSize,
   EFontStyle style
)

void EFont(
   EFont other
)

Parameters

fontFamily

Font family

pointSize

Font size

style

Font style

other

The other EFont that we will copy into this one.

EFont.__init__

Constructs a EFont.

Module: open_evision

[Python]

__init__() -> None

__init__(
    fontFamily: str
    pointSize: int
    style: EFontStyle
) -> None

__init__(
    fontFamily: str
    pointSize: int
) -> None

__init__(
    other: EFont
) -> None

Parameters

fontFamily

Font family

pointSize

Font size

style

Font style

other

The other EFont that we will copy into this one.