mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
・文字表示で赤色緑色が入っていたのを修正 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@129 7061adef-622a-194b-ae81-725974e89856
18 lines
430 B
C
18 lines
430 B
C
/*===============================================================*//**
|
|
@file FontView.h
|
|
|
|
@brief NITRO-SYSTEM のデモプログラム「UTF16Text」を
|
|
ベースにすべてのフォントを表示するビューアです
|
|
|
|
@author Kazumasa Hirata
|
|
|
|
*//*================================================================*/
|
|
#ifndef FONTVIEW_H_
|
|
#define FONTVIEW_H_
|
|
|
|
#define USE_OLD_FONTS
|
|
|
|
void FontView();
|
|
|
|
#endif // FONTVIEW_H_
|