Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_dummytype_font.h File Reference

Dummy truetype font implementation. More...

Functions

kzsError kzuDummytypeSystemCreate (const struct KzcMemoryManager *memoryManager, struct KzuUIDomain *uiDomain, struct KzuDummytypeSystem **out_dummytypeSystem)
 Creates a dummy font type system. More...
 
kzsError kzuDummytypeSystemDelete (struct KzuDummytypeSystem *dummytypeSystem)
 Deletes a Dummy font type system. More...
 
struct KzuDummytypeSystemkzuDummytypeSystemFromTruetypeSystem (struct KzuTruetypeSystem *truetypeSystem)
 Type casts a generic TrueType font system to more specific dummy font type system. More...
 
struct KzuTruetypeSystemkzuDummytypeSystemToTruetypeSystem (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...
 

Detailed Description

Dummy truetype font implementation.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzsError kzuDummytypeSystemCreate ( const struct KzcMemoryManager memoryManager,
struct KzuUIDomain uiDomain,
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.

Variable Documentation

const KzuFontType KZU_FONT_TYPE_DUMMYTYPE

Font type identifier for dummy font type.