Struct radiant_rs::support::FontQueryBuilder [] [src]

#[must_use]
pub struct FontQueryBuilder { /* fields omitted */ }

A FontQueryBuilder builder, returned from Font::query().

Methods

impl FontQueryBuilder
[src]

[src]

Sets a family for the Fonts.

[src]

Flags the Fonts to be italic.

[src]

Flags the Fonts to be oblique.

[src]

Flags the Fonts to be monospace.

[src]

Returns a vector of matching font families.

Trait Implementations

impl Clone for FontQueryBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more