Vision Apps User Guide
Draw2D_FontProperty Struct Reference

Data Fields

uint8_t * addr
 
uint32_t width
 
uint32_t height
 
uint32_t bpp
 
uint32_t lineOffset
 
uint32_t num
 
uint32_t colorFormat
 

Field Documentation

◆ addr

uint8_t* Draw2D_FontProperty::addr

memory address location of the font

◆ width

uint32_t Draw2D_FontProperty::width

Width of a character of font in pixels

◆ height

uint32_t Draw2D_FontProperty::height

Height of a character of font in lines

◆ bpp

uint32_t Draw2D_FontProperty::bpp

bytes per pixel of the font in bytes

◆ lineOffset

uint32_t Draw2D_FontProperty::lineOffset

line offset of the font in bytes

◆ num

uint32_t Draw2D_FontProperty::num

Number of characters in font

◆ colorFormat

uint32_t Draw2D_FontProperty::colorFormat

Currently below data formats are supported

  • DRAW2D_DF_BGR16_565