Dummy truetype font implementation. More...
#include "kzu_font_common.h"
#include <kanzi/core/math/color_rgba.hpp>
#include <kanzi/core/legacy/debug/kzs_error.hpp>
#include <kanzi/core/legacy/kzs_types.hpp>
Namespaces | |
kanzi | |
Functions | |
kzsError | kzuDummytypeSystemCreate (const struct KzcMemoryManager *memoryManager, kanzi::Domain *domain, struct KzuDummytypeSystem **out_dummytypeSystem) |
Creates a dummy font type system. More... | |
kzsError | kzuDummytypeSystemDelete (struct KzuDummytypeSystem *dummytypeSystem) |
Deletes a Dummy font type system. More... | |
struct KzuDummytypeSystem * | kzuDummytypeSystemFromTruetypeSystem (struct KzuTruetypeSystem *truetypeSystem) |
Type casts a generic TrueType font system to more specific dummy font type system. More... | |
struct KzuTruetypeSystem * | kzuDummytypeSystemToTruetypeSystem (struct KzuDummytypeSystem *dummytypeSystem) |
Type casts a dummy font type system to more generic TrueType font system. More... | |
Variables | |
const KzuFontType | KZU_FONT_TYPE_DUMMYTYPE |
Font type identifier for dummy font type. More... | |
Dummy truetype font implementation.
Copyright 2008-2017 by Rightware. All rights reserved.
kzsError kzuDummytypeSystemCreate | ( | const struct KzcMemoryManager * | memoryManager, |
kanzi::Domain * | domain, | ||
struct KzuDummytypeSystem ** | out_dummytypeSystem | ||
) |
Creates a dummy font type system.
kzsError kzuDummytypeSystemDelete | ( | struct KzuDummytypeSystem * | dummytypeSystem | ) |
Deletes a Dummy font type system.
struct KzuDummytypeSystem* kzuDummytypeSystemFromTruetypeSystem | ( | struct KzuTruetypeSystem * | truetypeSystem | ) |
Type casts a generic TrueType font system to more specific dummy font type system.
struct KzuTruetypeSystem* kzuDummytypeSystemToTruetypeSystem | ( | struct KzuDummytypeSystem * | dummytypeSystem | ) |
Type casts a dummy font type system to more generic TrueType font system.
const KzuFontType KZU_FONT_TYPE_DUMMYTYPE |
Font type identifier for dummy font type.