Ignore:
Timestamp:
2020-12-07T00:08:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25f26600
Parents:
7a873f0 (diff), 8596474 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'jxsvoboda-gfx' into master

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/fbfont/include/fbfont/font-8x16.h

    r7a873f0 r7e38970d  
    11/*
    22 * Copyright (c) 2005 Martin Decky
     3 * Copyright (c) 2012 Petr Koupy
    34 * All rights reserved.
    45 *
     
    3637#define FONT_8X16_H_
    3738
    38 #include <sys/types.h>
     39#include <stdint.h>
     40#include <str.h>
    3941
    4042#define FONT_GLYPHS     2899
    4143#define FONT_WIDTH      8
    4244#define FONT_SCANLINES  16
     45#define FONT_ASCENDER   12
    4346
    44 extern uint16_t fb_font_glyph(const char32_t);
     47extern uint16_t fb_font_glyph(const char32_t, bool *);
    4548extern uint8_t fb_font[FONT_GLYPHS][FONT_SCANLINES];
    4649
Note: See TracChangeset for help on using the changeset viewer.