Apply Transformation to RawText primitives
This commit is contained in:
parent
a06682ff42
commit
b3adf31845
3 changed files with 21 additions and 19 deletions
|
|
@ -29,7 +29,11 @@ pub enum Text<'a> {
|
|||
/// Some cached text.
|
||||
Cached(Cached<'a>),
|
||||
/// Some raw text.
|
||||
Raw(graphics::text::Raw),
|
||||
#[allow(missing_docs)]
|
||||
Raw {
|
||||
raw: graphics::text::Raw,
|
||||
transformation: Transformation,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue