Changeset 20d0098 in mainline for uspace/lib/gfxfont/src/font.c


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/lib/gfxfont/src/font.c

    r06b8383 r20d0098  
    113113        finfo->props = *props;
    114114        finfo->font = font;
     115
    115116        font->typeface = tface;
     117
     118        font->rect.p0.x = 0;
     119        font->rect.p0.y = 0;
     120        font->rect.p1.x = 1;
     121        font->rect.p1.y = 1;
    116122
    117123        rc = gfx_font_set_metrics(font, metrics);
Note: See TracChangeset for help on using the changeset viewer.