| Line | |
|---|
| 1 | /**************************************************************************** |
|---|
| 2 | * Copyright (c) 2004 Digital Stream Technologies Inc. All Rights Reserved. |
|---|
| 3 | * |
|---|
| 4 | * Module: dsthalfe.h |
|---|
| 5 | * Author: Jun-ku Park, hwatk@dstreamtech.com |
|---|
| 6 | * Description: DST HAL [Front End] Platform/Project Independent Includes |
|---|
| 7 | * |
|---|
| 8 | * notes: hwatk20040602 |
|---|
| 9 | * |
|---|
| 10 | ***************************************************************************/ |
|---|
| 11 | |
|---|
| 12 | #ifndef __DST_HALFONT_H__ |
|---|
| 13 | #define __DST_HALFONT_H__ |
|---|
| 14 | |
|---|
| 15 | #include "dsthalcommon.h" |
|---|
| 16 | |
|---|
| 17 | #ifdef __cplusplus |
|---|
| 18 | extern "C" { |
|---|
| 19 | #endif |
|---|
| 20 | |
|---|
| 21 | DHL_RESULT DHL_GFX_InitFont(void); |
|---|
| 22 | DHL_RESULT DHL_GFX_SetMode(DS_U8 RenderMode, DS_U32 hres, DS_U32 vres); |
|---|
| 23 | unsigned char *DHL_GFX_LoadCharacter(char code, DS_U32 width, DS_U32 height, DS_U32 *pWidth, DS_U32 *pHeight, int *pX, int *pY); |
|---|
| 24 | void DHL_GFX_TextOut(PIXMAP_t *pPixMap, char *String, int length, int pos_x,int pos_y,int width,int height, int type); |
|---|
| 25 | |
|---|
| 26 | #ifdef __cplusplus |
|---|
| 27 | } |
|---|
| 28 | #endif |
|---|
| 29 | |
|---|
| 30 | #endif /* __DST_HALFE_H__ */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.