First commit
This commit is contained in:
104
hGameTest/bin/linux/obj/include/openfl/text/Font.h
Normal file
104
hGameTest/bin/linux/obj/include/openfl/text/Font.h
Normal file
@@ -0,0 +1,104 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_openfl_text_Font
|
||||
#define INCLUDED_openfl_text_Font
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDED_lime_text_Font
|
||||
#include <lime/text/Font.h>
|
||||
#endif
|
||||
HX_DECLARE_CLASS1(haxe,IMap)
|
||||
HX_DECLARE_CLASS2(haxe,ds,StringMap)
|
||||
HX_DECLARE_CLASS2(haxe,io,Bytes)
|
||||
HX_DECLARE_CLASS2(lime,app,Future)
|
||||
HX_DECLARE_CLASS2(lime,text,Font)
|
||||
HX_DECLARE_CLASS2(openfl,text,Font)
|
||||
HX_DECLARE_CLASS2(openfl,utils,ByteArrayData)
|
||||
HX_DECLARE_CLASS2(openfl,utils,IDataInput)
|
||||
HX_DECLARE_CLASS2(openfl,utils,IDataOutput)
|
||||
|
||||
namespace openfl{
|
||||
namespace text{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES Font_obj : public ::lime::text::Font_obj
|
||||
{
|
||||
public:
|
||||
typedef ::lime::text::Font_obj super;
|
||||
typedef Font_obj OBJ_;
|
||||
Font_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x7d07fbf0 };
|
||||
|
||||
void __construct(::String name);
|
||||
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.text.Font")
|
||||
{ return hx::Object::operator new(inSize,inContainer,inName); }
|
||||
inline void *operator new(size_t inSize, int extra)
|
||||
{ return hx::Object::operator new(inSize+extra,true,"openfl.text.Font"); }
|
||||
static hx::ObjectPtr< Font_obj > __new(::String name);
|
||||
static hx::ObjectPtr< Font_obj > __alloc(hx::Ctx *_hx_ctx,::String name);
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~Font_obj();
|
||||
|
||||
HX_DO_RTTI_ALL;
|
||||
hx::Val __Field(const ::String &inString, hx::PropertyAccess inCallProp);
|
||||
static bool __GetStatic(const ::String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp);
|
||||
hx::Val __SetField(const ::String &inString,const hx::Val &inValue, hx::PropertyAccess inCallProp);
|
||||
static bool __SetStatic(const ::String &inString, Dynamic &ioValue, hx::PropertyAccess inCallProp);
|
||||
void __GetFields(Array< ::String> &outFields);
|
||||
static void __register();
|
||||
void __Mark(HX_MARK_PARAMS);
|
||||
void __Visit(HX_VISIT_PARAMS);
|
||||
bool _hx_isInstanceOf(int inClassId);
|
||||
::String __ToString() const { return HX_("Font",ef,89,99,2e); }
|
||||
|
||||
static void __boot();
|
||||
static ::haxe::ds::StringMap _hx___fontByName;
|
||||
static ::Array< ::Dynamic> _hx___registeredFonts;
|
||||
static ::Array< ::Dynamic> enumerateFonts(hx::Null< bool > enumerateDeviceFonts);
|
||||
static ::Dynamic enumerateFonts_dyn();
|
||||
|
||||
static ::openfl::text::Font fromBytes( ::openfl::utils::ByteArrayData bytes);
|
||||
static ::Dynamic fromBytes_dyn();
|
||||
|
||||
static ::openfl::text::Font fromFile(::String path);
|
||||
static ::Dynamic fromFile_dyn();
|
||||
|
||||
static ::lime::app::Future loadFromBytes( ::openfl::utils::ByteArrayData bytes);
|
||||
static ::Dynamic loadFromBytes_dyn();
|
||||
|
||||
static ::lime::app::Future loadFromFile(::String path);
|
||||
static ::Dynamic loadFromFile_dyn();
|
||||
|
||||
static ::lime::app::Future loadFromName(::String path);
|
||||
static ::Dynamic loadFromName_dyn();
|
||||
|
||||
static void registerFont( ::Dynamic font);
|
||||
static ::Dynamic registerFont_dyn();
|
||||
|
||||
::Dynamic fontStyle;
|
||||
::Dynamic fontType;
|
||||
bool _hx___initialized;
|
||||
void _hx___fromLimeFont( ::lime::text::Font font);
|
||||
::Dynamic _hx___fromLimeFont_dyn();
|
||||
|
||||
bool _hx___initialize();
|
||||
::Dynamic _hx___initialize_dyn();
|
||||
|
||||
::String get_fontName();
|
||||
::Dynamic get_fontName_dyn();
|
||||
|
||||
::String set_fontName(::String value);
|
||||
::Dynamic set_fontName_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace openfl
|
||||
} // end namespace text
|
||||
|
||||
#endif /* INCLUDED_openfl_text_Font */
|
||||
@@ -0,0 +1,72 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_openfl_text__FontStyle_FontStyle_Impl_
|
||||
#define INCLUDED_openfl_text__FontStyle_FontStyle_Impl_
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS3(openfl,text,_FontStyle,FontStyle_Impl_)
|
||||
|
||||
namespace openfl{
|
||||
namespace text{
|
||||
namespace _FontStyle{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES FontStyle_Impl__obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef FontStyle_Impl__obj OBJ_;
|
||||
FontStyle_Impl__obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x2560f57e };
|
||||
|
||||
void __construct();
|
||||
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="openfl.text._FontStyle.FontStyle_Impl_")
|
||||
{ return hx::Object::operator new(inSize,inContainer,inName); }
|
||||
inline void *operator new(size_t inSize, int extra)
|
||||
{ return hx::Object::operator new(inSize+extra,false,"openfl.text._FontStyle.FontStyle_Impl_"); }
|
||||
|
||||
inline static hx::ObjectPtr< FontStyle_Impl__obj > __new() {
|
||||
hx::ObjectPtr< FontStyle_Impl__obj > __this = new FontStyle_Impl__obj();
|
||||
__this->__construct();
|
||||
return __this;
|
||||
}
|
||||
|
||||
inline static hx::ObjectPtr< FontStyle_Impl__obj > __alloc(hx::Ctx *_hx_ctx) {
|
||||
FontStyle_Impl__obj *__this = (FontStyle_Impl__obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(FontStyle_Impl__obj), false, "openfl.text._FontStyle.FontStyle_Impl_"));
|
||||
*(void **)__this = FontStyle_Impl__obj::_hx_vtable;
|
||||
return __this;
|
||||
}
|
||||
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~FontStyle_Impl__obj();
|
||||
|
||||
HX_DO_RTTI_ALL;
|
||||
static bool __GetStatic(const ::String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp);
|
||||
static void __register();
|
||||
bool _hx_isInstanceOf(int inClassId);
|
||||
::String __ToString() const { return HX_("FontStyle_Impl_",e2,62,27,5d); }
|
||||
|
||||
static void __boot();
|
||||
static ::Dynamic BOLD;
|
||||
static ::Dynamic BOLD_ITALIC;
|
||||
static ::Dynamic ITALIC;
|
||||
static ::Dynamic REGULAR;
|
||||
static ::Dynamic fromString(::String value);
|
||||
static ::Dynamic fromString_dyn();
|
||||
|
||||
static ::String toString( ::Dynamic this1);
|
||||
static ::Dynamic toString_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace openfl
|
||||
} // end namespace text
|
||||
} // end namespace _FontStyle
|
||||
|
||||
#endif /* INCLUDED_openfl_text__FontStyle_FontStyle_Impl_ */
|
||||
@@ -0,0 +1,71 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_openfl_text__FontType_FontType_Impl_
|
||||
#define INCLUDED_openfl_text__FontType_FontType_Impl_
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS3(openfl,text,_FontType,FontType_Impl_)
|
||||
|
||||
namespace openfl{
|
||||
namespace text{
|
||||
namespace _FontType{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES FontType_Impl__obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef FontType_Impl__obj OBJ_;
|
||||
FontType_Impl__obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x7c53ef74 };
|
||||
|
||||
void __construct();
|
||||
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="openfl.text._FontType.FontType_Impl_")
|
||||
{ return hx::Object::operator new(inSize,inContainer,inName); }
|
||||
inline void *operator new(size_t inSize, int extra)
|
||||
{ return hx::Object::operator new(inSize+extra,false,"openfl.text._FontType.FontType_Impl_"); }
|
||||
|
||||
inline static hx::ObjectPtr< FontType_Impl__obj > __new() {
|
||||
hx::ObjectPtr< FontType_Impl__obj > __this = new FontType_Impl__obj();
|
||||
__this->__construct();
|
||||
return __this;
|
||||
}
|
||||
|
||||
inline static hx::ObjectPtr< FontType_Impl__obj > __alloc(hx::Ctx *_hx_ctx) {
|
||||
FontType_Impl__obj *__this = (FontType_Impl__obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(FontType_Impl__obj), false, "openfl.text._FontType.FontType_Impl_"));
|
||||
*(void **)__this = FontType_Impl__obj::_hx_vtable;
|
||||
return __this;
|
||||
}
|
||||
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~FontType_Impl__obj();
|
||||
|
||||
HX_DO_RTTI_ALL;
|
||||
static bool __GetStatic(const ::String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp);
|
||||
static void __register();
|
||||
bool _hx_isInstanceOf(int inClassId);
|
||||
::String __ToString() const { return HX_("FontType_Impl_",a9,e5,01,a6); }
|
||||
|
||||
static void __boot();
|
||||
static ::Dynamic DEVICE;
|
||||
static ::Dynamic EMBEDDED;
|
||||
static ::Dynamic EMBEDDED_CFF;
|
||||
static ::Dynamic fromString(::String value);
|
||||
static ::Dynamic fromString_dyn();
|
||||
|
||||
static ::String toString( ::Dynamic this1);
|
||||
static ::Dynamic toString_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace openfl
|
||||
} // end namespace text
|
||||
} // end namespace _FontType
|
||||
|
||||
#endif /* INCLUDED_openfl_text__FontType_FontType_Impl_ */
|
||||
Reference in New Issue
Block a user