Changeset a57c70c in mainline for uspace/lib/gfxfont/src/font.c
- Timestamp:
- 2020-09-11T13:38:00Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 414020d9
- Parents:
- e2776ff
- git-author:
- Jiri Svoboda <jiri@…> (2020-09-10 17:37:41)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-09-11 13:38:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/src/font.c
re2776ff ra57c70c 248 248 * @return EOK on success, ENOENT if no matching glyph was found 249 249 */ 250 int gfx_font_search_glyph(gfx_font_t *font, const char *str,250 errno_t gfx_font_search_glyph(gfx_font_t *font, const char *str, 251 251 gfx_glyph_t **rglyph, size_t *rsize) 252 252 {
Note:
See TracChangeset
for help on using the changeset viewer.