Ignore:
File:
1 edited

Legend:

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

    r453f203b 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.