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/glyph_bmp.h

    r703c743 rc78a03d  
    3838#define _GFX_PRIVATE_GLYPH_BMP_H
    3939
     40#include <gfx/coord.h>
     41
    4042/** Glyph bitmap
    4143 *
     
    4951        /** Containing glyph */
    5052        struct gfx_glyph *glyph;
     53        /** Rectangle covered by bitmap */
     54        gfx_rect_t rect;
     55        /** Pixel array */
     56        int *pixels;
    5157};
    5258
Note: See TracChangeset for help on using the changeset viewer.