Ignore:
Timestamp:
2022-03-06T22:37:06Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4583015
Parents:
af259da
Message:

Text underlining support

File:
1 edited

Legend:

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

    raf259da r5c27e77  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    7676        uint16_t descent;
    7777        uint16_t leading;
     78        int16_t underline_y0;
     79        int16_t underline_y1;
    7880} tpf_font_metrics_t;
    7981
Note: See TracChangeset for help on using the changeset viewer.