MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mg_font.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2010 Ocean Blue Software Ltd
4  *
5  * This file is part of a DTVKit Software Component
6  * You are permitted to copy, modify or distribute this file subject to the terms
7  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
8  *
9  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
11  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * If you or your organisation is not a member of DTVKit then you have access
14  * to this source code outside of the terms of the licence agreement
15  * and you are expected to delete this and any associated files immediately.
16  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
17  *******************************************************************************/
25 #ifndef _MG_FONT_H
26 #define _MG_FONT_H
27 
28 #include <ft2build.h>
29 #include FT_FREETYPE_H
30 #include FT_PFR_H
31 
32 #include "techtype.h"
33 
34 #define FIRST_CACHE_CHAR ('!')
35 #define CHAR_CACHE_SIZE 0x5e
36 #define BUILT_IN_FONT 0
37 
38 #define FTYPE_TTF 0
39 #define FTYPE_PFR 1
40 
41 /*---Constant and macro definitions for public use-----------------------------*/
42 
43 /*---Enumerations for public use-----------------------------------------------*/
44 
45 typedef enum
46 {
49 } E_HDMode;
50 
51 /*---Global type defs for public use-------------------------------------------*/
52 
53 /* Function initialising 'VBox' must ensure that
54  * the box maps wholely on the visible screen
55  * (i.e. for SD screen, within 0,0 to 720,576
56  * or for a typical HD screen, within 0,0 to 1920,1080 )
57  */
58 typedef struct _VBox
59 {
64 } VBox, *pVBox;
65 
66 typedef struct _CacheSbit
67 {
75 } CacheSbit;
76 
77 typedef struct sFontSize
78 {
79  struct sFontSize *next;
83  U32BIT mem_size; /*sizeof bitmaps in sbit_cache*/
90  U8BIT bb_sd_height; /* in SD coord value */
95 } S_FontSize;
96 
97 typedef struct sFontDetails
98 {
99  struct sFontDetails *next;
102  FT_Face face;
106  FT_UInt fig_horiz_adv;
107  FT_UInt horiz_adv[CHAR_CACHE_SIZE]; /* for chars 0x20..0x7e */
108  FT_UInt glyph_ndx[CHAR_CACHE_SIZE]; /* for chars 0x21..0x7e */
113 } S_FontDetails;
114 
115 
116 /*---Global Function prototypes for public use---------------------------------*/
117 
118 S_FontDetails* MG_GetFontPtr( S16BIT font_index );
119 void MG_ReleaseFontPtr( S_FontDetails *fp );
120 S_FontSize* MG_GetFontSize( U16BIT fnt_index, U8BIT fnt_size, U8BIT fnt_style );
121 void MG_CheckCache( S_FontSize *sz_data );
128 
129 extern E_HDMode mg_hd_mode;
130 
131 #endif /*_MG_FONT_H*/
Definition: mg_font.h:66
U8BIT width
Definition: mg_font.h:73
S_FontSize * MG_GetFontSize(U16BIT fnt_index, U8BIT fnt_size, U8BIT fnt_style)
Definition: mg_font.c:597
U8BIT pnts_xleftoffset
Definition: mg_font.h:94
FT_UInt glyph_ndx_space
Definition: mg_font.h:104
U8BIT bb_sd_height
Definition: mg_font.h:90
S_FontDetails * MG_FindFont(S_FontSize *f_sz)
Get font from size.
S8BIT left
Definition: mg_font.h:71
U16BIT width
Definition: mg_font.h:81
E_HDMode mg_hd_mode
Definition: mg_font.c:76
S_FontSize * first_sz
Definition: mg_font.h:103
FT_UInt horiz_adv[CHAR_CACHE_SIZE]
Definition: mg_font.h:107
void MG_ReleaseFontPtr(S_FontDetails *fp)
Definition: mg_font.c:409
U16BIT top
Definition: mg_font.h:61
U16BIT width
Definition: mg_font.h:62
FT_UInt glyph_ndx[CHAR_CACHE_SIZE]
Definition: mg_font.h:108
U16BIT font_ndx
Definition: mg_font.h:109
struct sFontDetails S_FontDetails
VBox bound_box
Definition: mg_font.h:82
U16BIT face_type
Definition: mg_font.h:110
U8BIT spxl_xleftoffset
Definition: mg_font.h:93
int16_t S16BIT
Definition: techtype.h:96
struct sFontDetails * next
Definition: mg_font.h:99
Definition: mg_font.h:97
Definition: mg_font.h:47
uint8_t U8BIT
Definition: techtype.h:93
FT_UInt metric_resolution
Definition: mg_font.h:112
FT_UInt space_horiz_adv
Definition: mg_font.h:105
U8BIT * file_data
Definition: mg_font.h:100
U32BIT cache_hit
Definition: mg_font.h:85
struct sFontSize * next
Definition: mg_font.h:79
U16BIT height
Definition: mg_font.h:80
FT_UInt fig_horiz_adv
Definition: mg_font.h:106
U32BIT mem_size
Definition: mg_font.h:83
struct _CacheSbit CacheSbit
int8_t S8BIT
Definition: techtype.h:94
U8BIT bb_sd_width
Definition: mg_font.h:91
U32BIT cache_last
Definition: mg_font.h:86
U32BIT file_size
Definition: mg_font.h:101
U32BIT current_fnt_id
Definition: mg_font.h:111
Definition: mg_font.h:58
S8BIT sdleft
Definition: mg_font.h:74
uint16_t U16BIT
Definition: techtype.h:95
System Wide Global Technical Data Type Definitions.
S8BIT figure_adv
Definition: mg_font.h:89
Definition: mg_font.h:77
struct sFontSize S_FontSize
struct _VBox * pVBox
U8BIT bb_sd_top
Definition: mg_font.h:92
U32BIT bmp_ndx
Definition: mg_font.h:68
S8BIT top
Definition: mg_font.h:70
U32BIT fnt_id
Definition: mg_font.h:87
E_HDMode
Definition: mg_font.h:45
CacheSbit * sbit_cache
Definition: mg_font.h:84
Definition: mg_font.h:48
#define CHAR_CACHE_SIZE
Definition: mg_font.h:35
FT_Face face
Definition: mg_font.h:102
S_FontDetails * MG_GetFontPtr(S16BIT font_index)
Get Pointer to Font.
Definition: mg_font.c:397
U8BIT height
Definition: mg_font.h:72
S8BIT advance
Definition: mg_font.h:69
struct _VBox VBox
uint32_t U32BIT
Definition: techtype.h:97
void MG_CheckCache(S_FontSize *sz_data)
Definition: mg_font.c:838
S8BIT space_adv
Definition: mg_font.h:88
U16BIT height
Definition: mg_font.h:63
U16BIT left
Definition: mg_font.h:60