Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfxfont/include/types/gfx/typeface.h

    r5c27e77 r06b8383  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2020 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5050        /** Leading */
    5151        gfx_coord_t leading;
    52         /** Underline start Y coordinate (inclusive) */
    53         gfx_coord_t underline_y0;
    54         /** Underline end Y coordinate (exclusive) */
    55         gfx_coord_t underline_y1;
    5652} gfx_font_metrics_t;
    5753
Note: See TracChangeset for help on using the changeset viewer.