We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6346f3f commit a32f53aCopy full SHA for a32f53a
crates/epaint/src/text/text_layout_types.rs
@@ -283,11 +283,10 @@ pub struct TextFormat {
283
/// If you use a small font and [`Align::BOTTOM`]
284
/// you get the effect of a subscript.
285
///
286
- /// If you use [`Align::center`], you get text that is centered
+ /// If you use [`Align::Center`], you get text that is centered
287
/// around a common center-line, which is nice when mixining emojis
288
/// and normal text in e.g. a button.
289
pub valign: Align,
290
- // TODO(emilk): lowered
291
}
292
293
impl Default for TextFormat {
0 commit comments