Embedded SDK
Embedded SDK
|
structure defining a unicode character (except the bitmap) More...
#include <nbgl_fonts.h>
Public Attributes | |
uint32_t | char_unicode: 21 |
plane value from 0 to 16 then 16-bit code. | |
uint32_t | encoding: 1 |
method used to encode bitmap data | |
uint32_t | width: 6 |
width of character in pixels | |
uint32_t | x_min_offset: 4 |
x_min = x_min_offset | |
uint32_t | y_min_offset: 6 |
y_min = (y_min + y_min_offset) | |
uint32_t | x_max_offset: 4 |
x_max = width - x_max_offset | |
uint32_t | y_max_offset: 6 |
y_max = (height - y_max_offset) | |
uint32_t | bitmap_offset: 16 |
offset of this character in chars buffer | |
structure defining a unicode character (except the bitmap)
Definition at line 104 of file nbgl_fonts.h.
uint32_t nbgl_font_unicode_character_t::bitmap_offset |
offset of this character in chars buffer
Definition at line 112 of file nbgl_fonts.h.
uint32_t nbgl_font_unicode_character_t::char_unicode |
plane value from 0 to 16 then 16-bit code.
Definition at line 105 of file nbgl_fonts.h.
uint32_t nbgl_font_unicode_character_t::encoding |
method used to encode bitmap data
Definition at line 106 of file nbgl_fonts.h.
uint32_t nbgl_font_unicode_character_t::width |
width of character in pixels
Definition at line 107 of file nbgl_fonts.h.
uint32_t nbgl_font_unicode_character_t::x_max_offset |
x_max = width - x_max_offset
Definition at line 110 of file nbgl_fonts.h.
uint32_t nbgl_font_unicode_character_t::x_min_offset |
x_min = x_min_offset
Definition at line 108 of file nbgl_fonts.h.
uint32_t nbgl_font_unicode_character_t::y_max_offset |
y_max = (height - y_max_offset)
Definition at line 111 of file nbgl_fonts.h.
uint32_t nbgl_font_unicode_character_t::y_min_offset |
y_min = (y_min + y_min_offset)
Definition at line 109 of file nbgl_fonts.h.