Changeset 20d0098 in mainline for uspace/app/fontedit/fontedit.h


Ignore:
Timestamp:
2020-08-27T10:35:31Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32066f2
Parents:
06b8383
git-author:
Jiri Svoboda <jiri@…> (2020-08-26 17:35:13)
git-committer:
Jiri Svoboda <jiri@…> (2020-08-27 10:35:31)
Message:

Font editor's first pixels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/fontedit/fontedit.h

    r06b8383 r20d0098  
    3737#define FONTEDIT_H
    3838
     39#include <gfx/glyph.h>
     40#include <gfx/glyph_bmp.h>
    3941#include <gfx/typeface.h>
    4042#include <guigfx/canvas.h>
     
    5254        /** Typeface */
    5355        gfx_typeface_t *typeface;
     56        /** Glyph */
     57        gfx_glyph_t *glyph;
     58        /** Glyph bitmap */
     59        gfx_glyph_bmp_t *gbmp;
    5460} font_edit_t;
    5561
Note: See TracChangeset for help on using the changeset viewer.