OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
BmfLib.h File Reference
#include "BmfFile.h"
#include "OpenCanopy.h"

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)
 

Detailed Description

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.

Function Documentation

◆ GuiFontConstruct()

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.

◆ GuiFontDestruct()

VOID GuiFontDestruct ( IN GUI_FONT_CONTEXT * Context)

Definition at line 765 of file BitmapFont.c.

◆ GuiGetLabel()

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.