Tag

Text Layout

1 views collected around this technical thread.

Kuaishou Tech
Kuaishou Tech
Apr 1, 2022 · Fundamentals

Understanding Glyph Metrics and Text Layout in the Y‑tech Cangjie Engine

This article explains the core concepts of glyph metrics, horizontal and vertical text layout, kerning, line breaking, and alignment techniques used by the Y‑tech Cangjie engine to provide rich text effects for video editing applications.

RenderingText LayoutY‑tech
0 likes · 7 min read
Understanding Glyph Metrics and Text Layout in the Y‑tech Cangjie Engine
ByteDance Dali Intelligent Technology Team
ByteDance Dali Intelligent Technology Team
Sep 28, 2021 · Mobile Development

Achieving Precise Vertical Text Centering in Flutter: Font Metrics Analysis and Android‑Based Solution

This article investigates why text in Flutter buttons often fails to vertically center, analyzes Android font metrics and NotoSansCJK details, explores native Android solutions like includeFontPadding and Paint.getTextBounds, and proposes a Flutter implementation using minikin layout to achieve precise vertical centering.

AndroidFlutterFont Metrics
0 likes · 15 min read
Achieving Precise Vertical Text Centering in Flutter: Font Metrics Analysis and Android‑Based Solution