XenevaOS
Loading...
Searching...
No Matches
_keftmngr.h
Go to the documentation of this file.
1
32#ifndef __KE_FTMNGR_H__
33#define __KE_FTMNGR_H__
34
35#include <_xeneva.h>
36
37#ifdef __cplusplus
39#endif
40
41
42 /* font manager api */
43
47 XE_LIB int _KeGetFontID(char* fontname);
48
54
59 XE_LIB int _KeGetFontSize(char* fontname);
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif
XE_LIB int _KeGetNumFonts()
_KeGetNumFonts – returns total number of fonts installed on the system
XE_LIB int _KeGetFontID(char *fontname)
_KeGetFontID – get a font id by its name
XE_LIB int _KeGetFontSize(char *fontname)
_KeGetFontSize – returns the size of font by its name
#define XE_LIB
Definition _xeneva.h:55
#define XE_EXTERN
Definition _xeneva.h:50