pub type GeneratedLinebreakRequest<'a> = PortableLinebreakRequest<'a>;Expand description
Reexport of the portable engine linebreak request type.
Aliased Type§
pub struct GeneratedLinebreakRequest<'a> {
pub font: i32,
pub locale: i32,
pub text: &'a [u16],
}Fields§
§font: i32§locale: i32§text: &'a [u16]