source: svn/newcon3bcm2_21bu/dst/dmw/src/grp/grp_jungle.h @ 22

Last change on this file since 22 was 22, checked in by phkim, 11 years ago
  1. phkim
  2. newcon3sk 를 kctv 로 브랜치 함
  • Property svn:executable set to *
File size: 606 bytes
Line 
1
2
3#ifndef __GRP_JUNGLE_H__
4#define __GRP_JUNGLE_H__
5
6
7/* config */
8
9typedef struct {
10        UINT8 size;
11        BOOL is_bold;
12        BOOL is_italic;
13        BOOL is_underline;
14        BOOL is_unicode;
15        int font_style;
16        int edge_type;
17        UINT32 c_edge;
18} Jungle_FontAttr;
19
20int Jungle_PrintCh(tDHL_PlaneID id, int x, int y, UINT16 ch, UINT32 c_font);
21
22int Jungle_GetChWidth(UINT16 ch);
23int Jungle_GetChHeight(UINT16 ch);
24
25void Jungle_GetFontAttr(Jungle_FontAttr *pfont_attr);
26void Jungle_SetFontAttr(Jungle_FontAttr *pfont_attr);
27
28void Jungle_FontInit(Jungle_FontAttr *pfont_attr);
29
30#endif
31
32/* end of file */
33
Note: See TracBrowser for help on using the repository browser.