nRF5 SDK v17.0.2
Data Fields
FONT_INFO Struct Reference

Font descriptor. More...

#include <nrf_font.h>

Data Fields

uint8_t height
 
uint8_t startChar
 
uint8_t endChar
 
uint8_t spacePixels
 
const FONT_CHAR_INFOcharInfo
 
const uint8_t * data
 

Detailed Description

Font descriptor.

Field Documentation

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).


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated