|
Last change
on this file was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
Property svn:executable set to
*
|
|
File size:
606 bytes
|
| Rev | Line | |
|---|
| 1 | |
|---|
| 2 | |
|---|
| 3 | #ifndef __GRP_JUNGLE_H__ |
|---|
| 4 | #define __GRP_JUNGLE_H__ |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | /* config */ |
|---|
| 8 | |
|---|
| 9 | typedef 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 | |
|---|
| 20 | int Jungle_PrintCh(tDHL_PlaneID id, int x, int y, UINT16 ch, UINT32 c_font); |
|---|
| 21 | |
|---|
| 22 | int Jungle_GetChWidth(UINT16 ch); |
|---|
| 23 | int Jungle_GetChHeight(UINT16 ch); |
|---|
| 24 | |
|---|
| 25 | void Jungle_GetFontAttr(Jungle_FontAttr *pfont_attr); |
|---|
| 26 | void Jungle_SetFontAttr(Jungle_FontAttr *pfont_attr); |
|---|
| 27 | |
|---|
| 28 | void 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.