Changeset 06b8383 in mainline for uspace/app/fontedit/fontedit.h


Ignore:
Timestamp:
2020-08-18T11:32:59Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
20d0098
Parents:
d2100e2
git-author:
Jiri Svoboda <jiri@…> (2020-08-17 18:32:40)
git-committer:
Jiri Svoboda <jiri@…> (2020-08-18 11:32:59)
Message:

Introduce typeface

In other words a font family.

File:
1 edited

Legend:

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

    rd2100e2 r06b8383  
    3737#define FONTEDIT_H
    3838
    39 #include <gfx/font.h>
     39#include <gfx/typeface.h>
    4040#include <guigfx/canvas.h>
    4141
     
    5050        /** Window height */
    5151        int height;
    52         /** Font */
    53         gfx_font_t *font;
     52        /** Typeface */
     53        gfx_typeface_t *typeface;
    5454} font_edit_t;
    5555
Note: See TracChangeset for help on using the changeset viewer.