~kazade/kaztext/trunk

« back to all changes in this revision

Viewing changes to src/kaztext.h

  • Committer: Luke Benstead
  • Date: 2011-01-01 16:06:37 UTC
  • Revision ID: kazade@gmail.com-20110101160637-90pjb7bbm9d8cibb
ImplementĀ ktGetIntegerv

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
void ktCacheString(const KTwchar* string);
19
19
 
20
20
KTfloat ktGetStringWidth(const KTwchar* text);
 
21
 
 
22
#define KT_FONT_HEIGHT 1000
 
23
 
 
24
void ktGetIntegerv(KTuint type, KTuint* out);
21
25
 
22
26
#endif // KAZTEXT_H_INCLUDED