Skip to content
代码片段 群组 项目
  • Andy Green's avatar
    4a443c3e
    lhp: add DLO layout support · 4a443c3e
    Andy Green 创作于
    Add a dlo-based layout callback for use with lhp.
    
    If lhp_dl_render() is used as the Lws Html/CSS parser callback, it
    produces a display_list representation of the Html as DLOs, referencing the
    appropriate CSS to drive the layout as best it can.
    
    The display list can be rasterized on to an lws_display using the display's
    state object
    
      lds->disp->blit(lds, (uint8_t *)&dl, &box);
    4a443c3e
    历史
    lhp: add DLO layout support
    Andy Green 创作于
    Add a dlo-based layout callback for use with lhp.
    
    If lhp_dl_render() is used as the Lws Html/CSS parser callback, it
    produces a display_list representation of the Html as DLOs, referencing the
    appropriate CSS to drive the layout as best it can.
    
    The display list can be rasterized on to an lws_display using the display's
    state object
    
      lds->disp->blit(lds, (uint8_t *)&dl, &box);
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。