8 namespace AnyCAD{
namespace API
26 void SetName (
const String& name) ;
36 void SetFontFile (
const String& fontFile) ;
41 String GetFontFile ()
const;
46 int GetCharWdith ()
const;
51 void SetCharWdith (
int val) ;
56 int GetCharHeight ()
const;
61 void SetCharHeight (
int val) ;
65 virtual void Update () ;
72 bool Decompose (
const wchar_t& ch,
const FontDecomposer& decomposer)
const;
std::string String
Definition: APIString.h:10
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10
字体
Definition: APIFont.h:18
The font outline decomposer.
Definition: APIFontDecomposer.h:17