Ignore:
Timestamp:
2020-09-24T14:25:21Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
120031a5
Parents:
aaf962e6
git-author:
Jiri Svoboda <jiri@…> (2020-09-22 17:25:10)
git-committer:
Jiri Svoboda <jiri@…> (2020-09-24 14:25:21)
Message:

Reading typeface from TPF file

File:
1 edited

Legend:

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

    raaf962e6 rea459d4  
    4040#include <adt/list.h>
    4141#include <errno.h>
     42#include <riff/chunk.h>
    4243#include <types/gfx/bitmap.h>
    4344#include <types/gfx/context.h>
     
    5758        /** Fonts (of gfx_font_info_t) */
    5859        list_t fonts;
     60        /** RIFF reader of the open typeface file or @c NULL */
     61        riffr_t *riffr;
    5962};
    6063
Note: See TracChangeset for help on using the changeset viewer.