LCD_DrawPropTypeDef::pFont is only used within STM32469I_EVAL.
 
Symbols
loading...
Files
loading...

LCD_DrawPropTypeDef::pFont field

Specifies the font used for the text

Syntax

References

LocationReferrerText
stm32469i_eval_lcd.h:233
sFONT *pFont; /*!< Specifies the font used for the text */
stm32469i_eval_lcd.c:464BSP_LCD_LayerDefaultInit()
stm32469i_eval_lcd.c:607BSP_LCD_SetFont()
stm32469i_eval_lcd.c:616BSP_LCD_GetFont()
return DrawProp[ActiveLayer].pFont;
stm32469i_eval_lcd.c:675BSP_LCD_ClearStringLine()
stm32469i_eval_lcd.c:690BSP_LCD_DisplayChar()
stm32469i_eval_lcd.c:691BSP_LCD_DisplayChar()
DrawProp[ActiveLayer].pFont->Height * ((DrawProp[ActiveLayer].pFont->Width + 7) / 8)]);
stm32469i_eval_lcd.c:715BSP_LCD_DisplayStringAt()
stm32469i_eval_lcd.c:721BSP_LCD_DisplayStringAt()
refcolumn = Xpos + ((xsize - size)* DrawProp[ActiveLayer].pFont->Width) / 2;
stm32469i_eval_lcd.c:731BSP_LCD_DisplayStringAt()
refcolumn = - Xpos + ((xsize - size)*DrawProp[ActiveLayer].pFont->Width);
stm32469i_eval_lcd.c:748BSP_LCD_DisplayStringAt()
while ((*Text != 0) & (((BSP_LCD_GetXSize() - (i*DrawProp[ActiveLayer].pFont->Width)) & 0xFFFF) >= DrawProp[ActiveLayer].pFont->Width))
stm32469i_eval_lcd.c:753BSP_LCD_DisplayStringAt()
refcolumn += DrawProp[ActiveLayer].pFont->Width;
stm32469i_eval_lcd.c:1409DrawChar()
height = DrawProp[ActiveLayer].pFont->Height;
stm32469i_eval_lcd.c:1410DrawChar()
width = DrawProp[ActiveLayer].pFont->Width;

Data Use

Functions writing LCD_DrawPropTypeDef::pFont
Functions reading LCD_DrawPropTypeDef::pFont
LCD_DrawPropTypeDef::pFont
Type of LCD_DrawPropTypeDef::pFont
LCD_DrawPropTypeDef::pFont
all items filtered out