pub struct QtFont { /* private fields */ }
Expand description

QtFont available only for Qt. See cv::fontQt

Trait Implementations

Wrap the specified raw pointer Read more

Return an the underlying raw pointer while consuming this wrapper. Read more

Return the underlying raw pointer. Read more

Return the underlying mutable raw pointer Read more

Executes the destructor for this type. Read more

Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component])

See cv::QtFontStyles

slope coefficient: 0 - normal, >0 - italic

See cv::QtFontWeights

horizontal interval between letters

PointSize

Name of the font

Color of the font. Scalar(blue_component, green_component, red_component[, alpha_component])

See cv::QtFontStyles

font data and metrics

slope coefficient: 0 - normal, >0 - italic

See cv::QtFontWeights

horizontal interval between letters

PointSize

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.