Changeset c78a03d in mainline for uspace/lib/gfxfont/private/font.h


Ignore:
Timestamp:
2020-07-21T22:48:59Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5592c56
Parents:
703c743
Message:

Flesh out most of font, glyph and glyph bitmap implementation and tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfxfont/private/font.h

    r703c743 rc78a03d  
    3838#define _GFX_PRIVATE_FONT_H
    3939
     40#include <adt/list.h>
    4041#include <types/gfx/context.h>
    4142#include <types/gfx/font.h>
     
    5051        /** Font metrics */
    5152        gfx_font_metrics_t metrics;
     53        /** Glyphs */
     54        list_t glyphs;
    5255};
    5356
Note: See TracChangeset for help on using the changeset viewer.