mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add 2 methods for querying glyph-related metrics ```dart GlyphInfo? getClosestGlyphInfoForOffset(Offset offset); GlyphInfo? getGlyphInfoAt(int codeUnitOffset); ``` [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style