![]() |
nRF5 SDK
v14.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Font descriptor. More...
#include <nrf_font.h>
Data Fields | |
uint8_t | height |
uint8_t | startChar |
uint8_t | endChar |
uint8_t | spacePixels |
const FONT_CHAR_INFO * | charInfo |
const uint8_t * | data |
Font descriptor.
const FONT_CHAR_INFO* FONT_INFO::charInfo |
Pointer to array of char information.
const uint8_t* FONT_INFO::data |
Pointer to a generated array of character visual representation.
uint8_t FONT_INFO::endChar |
The last character in the font.
uint8_t FONT_INFO::height |
Height in bits (or pixels), of the font's characters.
uint8_t FONT_INFO::spacePixels |
Number of pixels that the space character takes up.
uint8_t FONT_INFO::startChar |
The first character in the font (e.g. in charInfo and data).