Blender V4.3
DNA_vfont_types.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
12#pragma once
13
14#include "DNA_ID.h"
15
16struct PackedFile;
17struct VFontData;
18
19typedef struct VFont {
21
23 char filepath[1024];
24
25 struct VFontData *data;
27
28 /* runtime only, holds memory for freetype to read from
29 * TODO: replace this with #blf_font_new() style loading. */
32
33#define FO_BUILTIN_NAME "<builtin>"
ID and Library types, which are fundamental for SDNA.
struct VFont VFont
Definition DNA_ID.h:413
struct VFontData * data
char filepath[1024]
struct PackedFile * temp_pf
struct PackedFile * packedfile