OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | BMF_CONTEXT |
struct | GUI_FONT_CONTEXT |
Functions | |
BOOLEAN | GuiFontConstruct (OUT GUI_FONT_CONTEXT *Context, IN VOID *FontImage, IN UINTN FontImageSize, IN VOID *FileBuffer, IN UINT32 FileSize, IN UINT8 Scale) |
VOID | GuiFontDestruct (IN GUI_FONT_CONTEXT *Context) |
BOOLEAN | GuiGetLabel (OUT GUI_IMAGE *LabelImage, IN CONST GUI_FONT_CONTEXT *Context, IN CONST CHAR16 *String, IN UINTN StringLen, IN BOOLEAN Inverted) |
This file is part of OpenCanopy, OpenCore GUI.
Copyright (c) 2018-2019, Download-Fritz. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
Definition in file BmfLib.h.
BOOLEAN GuiFontConstruct | ( | OUT GUI_FONT_CONTEXT * | Context, |
IN VOID * | FontImage, | ||
IN UINTN | FontImageSize, | ||
IN VOID * | FileBuffer, | ||
IN UINT32 | FileSize, | ||
IN UINT8 | Scale ) |
Definition at line 718 of file BitmapFont.c.
VOID GuiFontDestruct | ( | IN GUI_FONT_CONTEXT * | Context | ) |
Definition at line 765 of file BitmapFont.c.
BOOLEAN GuiGetLabel | ( | OUT GUI_IMAGE * | LabelImage, |
IN CONST GUI_FONT_CONTEXT * | Context, | ||
IN CONST CHAR16 * | String, | ||
IN UINTN | StringLen, | ||
IN BOOLEAN | Inverted ) |
Definition at line 609 of file BitmapFont.c.