source: svn/branches/kctv/zasc/app_c/DST_CC_Setup.h

Last change on this file was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
File size: 1.0 KB
Line 
1#ifndef __DST_CC_CONFIG_H__
2#define __DST_CC_CONFIG_H__
3#include "DST_Common.h"
4// ¹è°æ»öÀ» ¼³Á¤ÇÑ´Ù.
5DS_U8 DST_CC_GetBackColor();
6// ¹è°æ Åõ¸íµµ¸¦ ¼±ÅÃÇÑ´Ù.
7DS_U8 DST_CC_GetBackOpacity();
8// ÆùÆ® »çÀÌÁ ¼±ÅÃÇÑ´Ù.
9void DST_CC_SetSize(DS_U8 nVal);
10DS_U8 DST_CC_GetSize();
11// ÆùÆ®¸¦ ¼³Á¤ÇÑ´Ù.
12void DST_CC_SetStyle(DS_U8 nVal);
13DS_U8 DST_CC_GetStyle();
14// ÆùÆ®»öÀ» ¼±ÅÃÇÑ´Ù.
15DS_U8 DST_CC_GetColor();
16//ÆùÆ® Åõ¸íµµ¸¦ ¼±ÅÃÇÑ´Ù.
17DS_U8 DST_CC_GetOpacity();
18// ÆùÆ® Edge¸¦ ¼±ÅÃÇÑ´Ù.
19DS_U8 DST_CC_GetEdge();
20// ÆùÆ® EdgeÀÇ »öÀ» ¼±ÅÃÇÑ´Ù.
21DS_U8 DST_CC_GetEdgeColor();
22// ÆùÆ®ÀÇ ÀÌÅŸ¯ ¿©ºÎ ¼³Á¤
23DS_U8 DST_CC_GetItalic();
24// ÆùÆ®ÀÇ ¾ð´õ¶óÀÎ ¼³Á¤
25DS_U8 DST_CC_GetUnderline();
26// Wide Screen ÀÎÁö ¼³Á¤ÇÑ´Ù.
27void DST_CC_SetWideScreen(bool bWide);
28bool DST_CC_GetWideScreen();
29// CC¸¦ »Ñ¸± È­¸é»óÀÇ Æø ÇöÀç 81%
30int DST_GetCCScreenHeight();
31// CC¸¦ »Ñ¸± È­¸é»óÀÇ ³ôÀÌ ÇöÀç 81%
32int DST_GetCCScreenWidth();
33// CCÀÇ ÆùÆ® »çÀÌÁ °áÁ¤ÇÑ´Ù.
34int DST_DecideFontSize(int nRow);
35// CC ¿£Áø ÃʱâÈ­
36void DST_CC_Initialize();
37// CC°¡ °¡´ÉÇÑÁö
38bool DST_CC_Available();
39#endif // __DST_CC_CONFIG_H__
Note: See TracBrowser for help on using the repository browser.