1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-14 02:18:07 +00:00

fixup! refactor(core): safe iface for get_glyph_data

This commit is contained in:
obrusvit 2024-12-13 15:35:44 +01:00
parent b3a5b6c349
commit 5ae0e784a2

View File

@ -259,7 +259,7 @@ impl<'a> Translations<'a> {
&self.header
}
/// Returns a pointer to the glyph data for the given UTF-8 codepoint.
/// Returns a byte slice of the glyph data for the given UTF-8 codepoint in the specified font.
///
/// SAFETY: Do not mess with the lifetimes in this signature.
///