Function qt_gui::q_hash_q_font_uint

source ·
pub unsafe fn q_hash_q_font_uint(
    font: impl CastInto<Ref<QFont>>,
    seed: c_uint
) -> c_uint
Expand description

Returns the hash value for font. If specified, seed is used to initialize the hash.

Calls C++ function: unsigned int qHash(const QFont& font, unsigned int seed = …).

C++ documentation:

Returns the hash value for font. If specified, seed is used to initialize the hash.

This function was introduced in Qt 5.3.