QuelSolaar/ios/c_ocoa/uifont.c

2675 lines
127 KiB
C

/*
This file has been automatically generated by the shimmer industries c-ocoa API generator
Thus, manual changes to this file will be lost if the file is re-generated.
*/
#if defined(__OBJC__) && __has_feature(objc_arc)
#define ARC_AVAILABLE
#endif
// ABI is a bit different between platforms
#ifdef __arm64__
#define abi_objc_msgSend_stret objc_msgSend
#else
#define abi_objc_msgSend_stret objc_msgSend_stret
#endif
#ifdef __i386__
#define abi_objc_msgSend_fpret objc_msgSend_fpret
#else
#define abi_objc_msgSend_fpret objc_msgSend
#endif
#include "uifont.h"
nsobject_t uifont_description( uifont_t object )
{
SEL methodSelector = sel_registerName( "description" );
#define uifont_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_description_call( (id)object, methodSelector );
#undef uifont_description_call
}
nsobject_t uifont_init( uifont_t object )
{
SEL methodSelector = sel_registerName( "init" );
#define uifont_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_init_call( (id)object, methodSelector );
#undef uifont_init_call
}
nsobject_t uifont_copyWithZone( uifont_t object, _NSZone* arg0 )
{
SEL methodSelector = sel_registerName( "copyWithZone:" );
#define uifont_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_copyWithZone_call( (id)object, methodSelector, arg0 );
#undef uifont_copyWithZone_call
}
nsclass_t uifont_classForCoder( uifont_t object )
{
SEL methodSelector = sel_registerName( "classForCoder" );
#define uifont_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_classForCoder_call( (id)object, methodSelector );
#undef uifont_classForCoder_call
}
void uifont_encodeWithCoder( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "encodeWithCoder:" );
#define uifont_encodeWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_encodeWithCoder_call( (id)object, methodSelector, arg0 );
#undef uifont_encodeWithCoder_call
}
nsobject_t uifont_initWithCoder( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "initWithCoder:" );
#define uifont_initWithCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_initWithCoder_call( (id)object, methodSelector, arg0 );
#undef uifont_initWithCoder_call
}
nsobject_t uifont_familyName( uifont_t object )
{
SEL methodSelector = sel_registerName( "familyName" );
#define uifont_familyName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_familyName_call( (id)object, methodSelector );
#undef uifont_familyName_call
}
nsobject_t uifont_fontName( uifont_t object )
{
SEL methodSelector = sel_registerName( "fontName" );
#define uifont_fontName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_fontName_call( (id)object, methodSelector );
#undef uifont_fontName_call
}
nsobject_t uifont_verticalFont( uifont_t object )
{
SEL methodSelector = sel_registerName( "verticalFont" );
#define uifont_verticalFont_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_verticalFont_call( (id)object, methodSelector );
#undef uifont_verticalFont_call
}
CGSize uifont_advancementForGlyph( uifont_t object, unsigned short arg0 )
{
SEL methodSelector = sel_registerName( "advancementForGlyph:" );
#define uifont_advancementForGlyph_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, unsigned short ))objc_msgSend) ( obj, selector, arg0 )
return uifont_advancementForGlyph_call( (id)object, methodSelector, arg0 );
#undef uifont_advancementForGlyph_call
}
double uifont_pointSize( uifont_t object )
{
SEL methodSelector = sel_registerName( "pointSize" );
#define uifont_pointSize_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_pointSize_call( (id)object, methodSelector );
#undef uifont_pointSize_call
}
bool uifont_isVertical( uifont_t object )
{
SEL methodSelector = sel_registerName( "isVertical" );
#define uifont_isVertical_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isVertical_call( (id)object, methodSelector );
#undef uifont_isVertical_call
}
double uifont_xHeight( uifont_t object )
{
SEL methodSelector = sel_registerName( "xHeight" );
#define uifont_xHeight_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_xHeight_call( (id)object, methodSelector );
#undef uifont_xHeight_call
}
double uifont_descender( uifont_t object )
{
SEL methodSelector = sel_registerName( "descender" );
#define uifont_descender_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_descender_call( (id)object, methodSelector );
#undef uifont_descender_call
}
double uifont_underlineThickness( uifont_t object )
{
SEL methodSelector = sel_registerName( "underlineThickness" );
#define uifont_underlineThickness_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_underlineThickness_call( (id)object, methodSelector );
#undef uifont_underlineThickness_call
}
double uifont_ascender( uifont_t object )
{
SEL methodSelector = sel_registerName( "ascender" );
#define uifont_ascender_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_ascender_call( (id)object, methodSelector );
#undef uifont_ascender_call
}
CGRect uifont_boundingRectForFont( uifont_t object )
{
SEL methodSelector = sel_registerName( "boundingRectForFont" );
#define uifont_boundingRectForFont_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uifont_boundingRectForFont_call( (id)object, methodSelector );
#undef uifont_boundingRectForFont_call
}
void uifont_getAdvancements( uifont_t object, CGSize* arg0, unsigned short* arg1, unsigned long long arg2 )
{
SEL methodSelector = sel_registerName( "getAdvancements:forCGGlyphs:count:" );
#define uifont_getAdvancements_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, CGSize*, unsigned short*, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uifont_getAdvancements_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uifont_getAdvancements_call
}
void uifont_getVerticalOriginTranslations( uifont_t object, CGSize* arg0, unsigned short* arg1, unsigned long long arg2 )
{
SEL methodSelector = sel_registerName( "getVerticalOriginTranslations:forCGGlyphs:count:" );
#define uifont_getVerticalOriginTranslations_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, CGSize*, unsigned short*, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uifont_getVerticalOriginTranslations_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uifont_getVerticalOriginTranslations_call
}
void uifont_applyToGraphicsContext( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "applyToGraphicsContext:" );
#define uifont_applyToGraphicsContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_applyToGraphicsContext_call( (id)object, methodSelector, arg0 );
#undef uifont_applyToGraphicsContext_call
}
unsigned long long uifont_getCaretPositions( uifont_t object, double* arg0, unsigned int arg1, unsigned long long arg2 )
{
SEL methodSelector = sel_registerName( "getCaretPositions:forGlyph:maximumLength:" );
#define uifont_getCaretPositions_call( obj, selector, arg0, arg1, arg2 ) ((unsigned long long (*)( id, SEL, double*, unsigned int, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return uifont_getCaretPositions_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uifont_getCaretPositions_call
}
unsigned long long uifont_numberOfGlyphs( uifont_t object )
{
SEL methodSelector = sel_registerName( "numberOfGlyphs" );
#define uifont_numberOfGlyphs_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_numberOfGlyphs_call( (id)object, methodSelector );
#undef uifont_numberOfGlyphs_call
}
unsigned long long uifont_renderingMode( uifont_t object )
{
SEL methodSelector = sel_registerName( "renderingMode" );
#define uifont_renderingMode_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_renderingMode_call( (id)object, methodSelector );
#undef uifont_renderingMode_call
}
unsigned int uifont_hyphenGlyphForLocale( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "hyphenGlyphForLocale:" );
#define uifont_hyphenGlyphForLocale_call( obj, selector, arg0 ) ((unsigned int (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_hyphenGlyphForLocale_call( (id)object, methodSelector, arg0 );
#undef uifont_hyphenGlyphForLocale_call
}
void uifont_getBoundingRects( uifont_t object, CGRect* arg0, unsigned short* arg1, unsigned long long arg2 )
{
SEL methodSelector = sel_registerName( "getBoundingRects:forCGGlyphs:count:" );
#define uifont_getBoundingRects_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, CGRect*, unsigned short*, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uifont_getBoundingRects_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uifont_getBoundingRects_call
}
nsobject_t uifont_screenFontWithRenderingMode( uifont_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "screenFontWithRenderingMode:" );
#define uifont_screenFontWithRenderingMode_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
return uifont_screenFontWithRenderingMode_call( (id)object, methodSelector, arg0 );
#undef uifont_screenFontWithRenderingMode_call
}
unsigned short uifont_glyphWithName( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "glyphWithName:" );
#define uifont_glyphWithName_call( obj, selector, arg0 ) ((unsigned short (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_glyphWithName_call( (id)object, methodSelector, arg0 );
#undef uifont_glyphWithName_call
}
nsobject_t uifont_fontWithSize( uifont_t object, double arg0 )
{
SEL methodSelector = sel_registerName( "fontWithSize:" );
#define uifont_fontWithSize_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
return uifont_fontWithSize_call( (id)object, methodSelector, arg0 );
#undef uifont_fontWithSize_call
}
nsobject_t uifont_fontDescriptor( uifont_t object )
{
SEL methodSelector = sel_registerName( "fontDescriptor" );
#define uifont_fontDescriptor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_fontDescriptor_call( (id)object, methodSelector );
#undef uifont_fontDescriptor_call
}
nsobject_t uifont_coveredCharacterSet( uifont_t object )
{
SEL methodSelector = sel_registerName( "coveredCharacterSet" );
#define uifont_coveredCharacterSet_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_coveredCharacterSet_call( (id)object, methodSelector );
#undef uifont_coveredCharacterSet_call
}
nsobject_t uifont_bestMatchingFontForCharacters( uifont_t object, unsigned short* arg0, unsigned long long arg1, nsobject_t arg2, unsigned long long* arg3 )
{
SEL methodSelector = sel_registerName( "bestMatchingFontForCharacters:length:attributes:actualCoveredLength:" );
#define uifont_bestMatchingFontForCharacters_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, unsigned short*, unsigned long long, nsobject_t, unsigned long long* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
return uifont_bestMatchingFontForCharacters_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uifont_bestMatchingFontForCharacters_call
}
nsobject_t uifont_lastResortFont( uifont_t object )
{
SEL methodSelector = sel_registerName( "lastResortFont" );
#define uifont_lastResortFont_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_lastResortFont_call( (id)object, methodSelector );
#undef uifont_lastResortFont_call
}
int uifont_traits( uifont_t object )
{
SEL methodSelector = sel_registerName( "traits" );
#define uifont_traits_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_traits_call( (id)object, methodSelector );
#undef uifont_traits_call
}
nsobject_t uifont_textStyleForScaling( uifont_t object )
{
SEL methodSelector = sel_registerName( "textStyleForScaling" );
#define uifont_textStyleForScaling_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_textStyleForScaling_call( (id)object, methodSelector );
#undef uifont_textStyleForScaling_call
}
double uifont_pointSizeForScaling( uifont_t object )
{
SEL methodSelector = sel_registerName( "pointSizeForScaling" );
#define uifont_pointSizeForScaling_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_pointSizeForScaling_call( (id)object, methodSelector );
#undef uifont_pointSizeForScaling_call
}
double uifont_maximumPointSizeAfterScaling( uifont_t object )
{
SEL methodSelector = sel_registerName( "maximumPointSizeAfterScaling" );
#define uifont_maximumPointSizeAfterScaling_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_maximumPointSizeAfterScaling_call( (id)object, methodSelector );
#undef uifont_maximumPointSizeAfterScaling_call
}
nsobject_t uifont_initWithMarkupDescription( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "initWithMarkupDescription:" );
#define uifont_initWithMarkupDescription_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_initWithMarkupDescription_call( (id)object, methodSelector, arg0 );
#undef uifont_initWithMarkupDescription_call
}
bool uifont_isIBTextStyleFont( uifont_t object )
{
SEL methodSelector = sel_registerName( "isIBTextStyleFont" );
#define uifont_isIBTextStyleFont_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isIBTextStyleFont_call( (id)object, methodSelector );
#undef uifont_isIBTextStyleFont_call
}
bool uifont_isIBFontMetricsScaledFont( uifont_t object )
{
SEL methodSelector = sel_registerName( "isIBFontMetricsScaledFont" );
#define uifont_isIBFontMetricsScaledFont_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isIBFontMetricsScaledFont_call( (id)object, methodSelector );
#undef uifont_isIBFontMetricsScaledFont_call
}
double uifont_readableWidth( uifont_t object )
{
SEL methodSelector = sel_registerName( "readableWidth" );
#define uifont_readableWidth_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_readableWidth_call( (id)object, methodSelector );
#undef uifont_readableWidth_call
}
nsobject_t uifont_initWithFamilyName( uifont_t object, nsobject_t arg0, int arg1, double arg2 )
{
SEL methodSelector = sel_registerName( "initWithFamilyName:traits:size:" );
#define uifont_initWithFamilyName_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, int, double ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return uifont_initWithFamilyName_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uifont_initWithFamilyName_call
}
nsobject_t uifont_familyNameForCSSFontFamilyValueForWebKit( uifont_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "familyNameForCSSFontFamilyValueForWebKit:" );
#define uifont_familyNameForCSSFontFamilyValueForWebKit_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
return uifont_familyNameForCSSFontFamilyValueForWebKit_call( (id)object, methodSelector, arg0 );
#undef uifont_familyNameForCSSFontFamilyValueForWebKit_call
}
nsobject_t uifont_markupDescriptionForWebKit( uifont_t object, bool arg0, float arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "markupDescriptionForWebKit:pointSize:sizeUnit:" );
#define uifont_markupDescriptionForWebKit_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, bool, float, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return uifont_markupDescriptionForWebKit_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uifont_markupDescriptionForWebKit_call
}
nsobject_t uifont_markupDescription( uifont_t object )
{
SEL methodSelector = sel_registerName( "markupDescription" );
#define uifont_markupDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_markupDescription_call( (id)object, methodSelector );
#undef uifont_markupDescription_call
}
double uifont_lineHeight( uifont_t object )
{
SEL methodSelector = sel_registerName( "lineHeight" );
#define uifont_lineHeight_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_lineHeight_call( (id)object, methodSelector );
#undef uifont_lineHeight_call
}
nsobject_t uifont_initWithName( uifont_t object, nsobject_t arg0, double arg1 )
{
SEL methodSelector = sel_registerName( "initWithName:size:" );
#define uifont_initWithName_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, double ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_initWithName_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_initWithName_call
}
nsobject_t uifont_htmlMarkupDescription( uifont_t object )
{
SEL methodSelector = sel_registerName( "htmlMarkupDescription" );
#define uifont_htmlMarkupDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_htmlMarkupDescription_call( (id)object, methodSelector );
#undef uifont_htmlMarkupDescription_call
}
unsigned long long uifont_mostCompatibleStringEncoding( uifont_t object )
{
SEL methodSelector = sel_registerName( "mostCompatibleStringEncoding" );
#define uifont_mostCompatibleStringEncoding_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_mostCompatibleStringEncoding_call( (id)object, methodSelector );
#undef uifont_mostCompatibleStringEncoding_call
}
double uifont_leading( uifont_t object )
{
SEL methodSelector = sel_registerName( "leading" );
#define uifont_leading_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_leading_call( (id)object, methodSelector );
#undef uifont_leading_call
}
double uifont_capHeight( uifont_t object )
{
SEL methodSelector = sel_registerName( "capHeight" );
#define uifont_capHeight_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_capHeight_call( (id)object, methodSelector );
#undef uifont_capHeight_call
}
bool uifont_isSystemFont( uifont_t object )
{
SEL methodSelector = sel_registerName( "isSystemFont" );
#define uifont_isSystemFont_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isSystemFont_call( (id)object, methodSelector );
#undef uifont_isSystemFont_call
}
bool uifont_isFixedPitch( uifont_t object )
{
SEL methodSelector = sel_registerName( "isFixedPitch" );
#define uifont_isFixedPitch_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isFixedPitch_call( (id)object, methodSelector );
#undef uifont_isFixedPitch_call
}
__CTFont* uifont_CTFont( uifont_t object )
{
SEL methodSelector = sel_registerName( "CTFont" );
#define uifont_CTFont_call( obj, selector ) ((__CTFont* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_CTFont_call( (id)object, methodSelector );
#undef uifont_CTFont_call
}
void uifont_setInContext( uifont_t object, CGContext* arg0 )
{
SEL methodSelector = sel_registerName( "setInContext:" );
#define uifont_setInContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGContext* ))objc_msgSend) ( obj, selector, arg0 )
uifont_setInContext_call( (id)object, methodSelector, arg0 );
#undef uifont_setInContext_call
}
double uifont_underlinePosition( uifont_t object )
{
SEL methodSelector = sel_registerName( "underlinePosition" );
#define uifont_underlinePosition_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_underlinePosition_call( (id)object, methodSelector );
#undef uifont_underlinePosition_call
}
nsobject_t uifont_replacementObjectForCoder( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
#define uifont_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
#undef uifont_replacementObjectForCoder_call
}
nsobject_t uifont_awakeAfterUsingCoder( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
#define uifont_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
#undef uifont_awakeAfterUsingCoder_call
}
bool uifont_implementsSelector( uifont_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "implementsSelector:" );
#define uifont_implementsSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_implementsSelector_call( (id)object, methodSelector, arg0 );
#undef uifont_implementsSelector_call
}
void uifont_setObservationInfo( uifont_t object, void* arg0 )
{
SEL methodSelector = sel_registerName( "setObservationInfo:" );
#define uifont_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
uifont_setObservationInfo_call( (id)object, methodSelector, arg0 );
#undef uifont_setObservationInfo_call
}
void uifont_setValue( uifont_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "setValue:forKey:" );
#define uifont_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uifont_setValue_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_setValue_call
}
nsobject_t uifont_replacementObjectForPortCoder( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
#define uifont_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
#undef uifont_replacementObjectForPortCoder_call
}
void uifont_willChangeValueForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
#define uifont_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_willChangeValueForKey_call
}
void uifont_didChangeValueForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
#define uifont_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_didChangeValueForKey_call
}
nsobject_t uifont_replacementObjectForArchiver( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
#define uifont_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
#undef uifont_replacementObjectForArchiver_call
}
nsclass_t uifont_classForArchiver( uifont_t object )
{
SEL methodSelector = sel_registerName( "classForArchiver" );
#define uifont_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_classForArchiver_call( (id)object, methodSelector );
#undef uifont_classForArchiver_call
}
nsobject_t uifont_valueForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueForKey:" );
#define uifont_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_valueForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_valueForKey_call
}
nsclass_t uifont_classForKeyedArchiver( uifont_t object )
{
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
#define uifont_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_classForKeyedArchiver_call( (id)object, methodSelector );
#undef uifont_classForKeyedArchiver_call
}
nsobject_t uifont_replacementObjectForKeyedArchiver( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
#define uifont_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
#undef uifont_replacementObjectForKeyedArchiver_call
}
objc_method_description* uifont_methodDescriptionForSelector( uifont_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
#define uifont_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
#undef uifont_methodDescriptionForSelector_call
}
nsobject_t uifont_valueForKeyPath( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
#define uifont_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_valueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef uifont_valueForKeyPath_call
}
nsobject_t uifont_mutableArrayValueForKeyPath( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
#define uifont_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef uifont_mutableArrayValueForKeyPath_call
}
nsobject_t uifont_mutableOrderedSetValueForKeyPath( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
#define uifont_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef uifont_mutableOrderedSetValueForKeyPath_call
}
nsobject_t uifont_mutableSetValueForKeyPath( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
#define uifont_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
#undef uifont_mutableSetValueForKeyPath_call
}
nsobject_t uifont_addObserver( uifont_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "addObserver:forObservableKeyPath:" );
#define uifont_addObserver_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_addObserver_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_addObserver_call
}
void uifont_removeObservation( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "removeObservation:" );
#define uifont_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_removeObservation_call( (id)object, methodSelector, arg0 );
#undef uifont_removeObservation_call
}
void uifont_receiveObservedValue( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
#define uifont_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_receiveObservedValue_call( (id)object, methodSelector, arg0 );
#undef uifont_receiveObservedValue_call
}
void uifont_receiveObservedError( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "receiveObservedError:" );
#define uifont_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_receiveObservedError_call( (id)object, methodSelector, arg0 );
#undef uifont_receiveObservedError_call
}
void uifont_finishObserving( uifont_t object )
{
SEL methodSelector = sel_registerName( "finishObserving" );
#define uifont_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_finishObserving_call( (id)object, methodSelector );
#undef uifont_finishObserving_call
}
void uifont_setObservation( uifont_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
#define uifont_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uifont_setObservation_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_setObservation_call
}
void uifont_observeValueForKeyPath( uifont_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
{
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
#define uifont_observeValueForKeyPath_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
uifont_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uifont_observeValueForKeyPath_call
}
void uifont_removeObserver( uifont_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
{
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
#define uifont_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uifont_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uifont_removeObserver_call
}
nsobject_t uifont_addChainedObservers( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "addChainedObservers:" );
#define uifont_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_addChainedObservers_call( (id)object, methodSelector, arg0 );
#undef uifont_addChainedObservers_call
}
nsobject_t uifont_addObserverBlock( uifont_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "addObserverBlock:" );
#define uifont_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_addObserverBlock_call( (id)object, methodSelector, arg0 );
#undef uifont_addObserverBlock_call
}
nsobject_t uifont_addObservationTransformer( uifont_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
#define uifont_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_addObservationTransformer_call( (id)object, methodSelector, arg0 );
#undef uifont_addObservationTransformer_call
}
nsobject_t uifont_valueForUndefinedKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
#define uifont_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
#undef uifont_valueForUndefinedKey_call
}
void uifont_setNilValueForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
#define uifont_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setNilValueForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_setNilValueForKey_call
}
nsobject_t uifont_mutableArrayValueForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
#define uifont_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_mutableArrayValueForKey_call
}
nsobject_t uifont_mutableOrderedSetValueForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
#define uifont_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_mutableOrderedSetValueForKey_call
}
nsobject_t uifont_mutableSetValueForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
#define uifont_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_mutableSetValueForKey_call
}
nsobject_t uifont_dictionaryWithValuesForKeys( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
#define uifont_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
#undef uifont_dictionaryWithValuesForKeys_call
}
void uifont_setValuesForKeysWithDictionary( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
#define uifont_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
#undef uifont_setValuesForKeysWithDictionary_call
}
void uifont_willChange( uifont_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
#define uifont_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uifont_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uifont_willChange_call
}
void uifont_didChange( uifont_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
#define uifont_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uifont_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
#undef uifont_didChange_call
}
void* uifont_observationInfo( uifont_t object )
{
SEL methodSelector = sel_registerName( "observationInfo" );
#define uifont_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_observationInfo_call( (id)object, methodSelector );
#undef uifont_observationInfo_call
}
nsobject_t uifont_autoContentAccessingProxy( uifont_t object )
{
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
#define uifont_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_autoContentAccessingProxy_call( (id)object, methodSelector );
#undef uifont_autoContentAccessingProxy_call
}
nsclass_t uifont_classForPortCoder( uifont_t object )
{
SEL methodSelector = sel_registerName( "classForPortCoder" );
#define uifont_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_classForPortCoder_call( (id)object, methodSelector );
#undef uifont_classForPortCoder_call
}
void uifont_performSelector( uifont_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
{
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
#define uifont_performSelector_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, double, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
uifont_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uifont_performSelector_call
}
void uifont_performSelectorOnMainThread( uifont_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 )
{
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
#define uifont_performSelectorOnMainThread_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
uifont_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uifont_performSelectorOnMainThread_call
}
void uifont_performSelectorInBackground( uifont_t object, nsselector_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
#define uifont_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uifont_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_performSelectorInBackground_call
}
bool uifont_isNSDate__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSDate__" );
#define uifont_isNSDate___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSDate___call( (id)object, methodSelector );
#undef uifont_isNSDate___call
}
bool uifont_isNSString__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSString__" );
#define uifont_isNSString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSString___call( (id)object, methodSelector );
#undef uifont_isNSString___call
}
bool uifont_isNSCFConstantString__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
#define uifont_isNSCFConstantString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSCFConstantString___call( (id)object, methodSelector );
#undef uifont_isNSCFConstantString___call
}
bool uifont_isNSNumber__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSNumber__" );
#define uifont_isNSNumber___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSNumber___call( (id)object, methodSelector );
#undef uifont_isNSNumber___call
}
bool uifont_isNSArray__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSArray__" );
#define uifont_isNSArray___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSArray___call( (id)object, methodSelector );
#undef uifont_isNSArray___call
}
bool uifont_isNSDictionary__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSDictionary__" );
#define uifont_isNSDictionary___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSDictionary___call( (id)object, methodSelector );
#undef uifont_isNSDictionary___call
}
bool uifont_isNSData__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSData__" );
#define uifont_isNSData___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSData___call( (id)object, methodSelector );
#undef uifont_isNSData___call
}
bool uifont_isNSObject__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSObject__" );
#define uifont_isNSObject___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSObject___call( (id)object, methodSelector );
#undef uifont_isNSObject___call
}
bool uifont_isNSOrderedSet__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
#define uifont_isNSOrderedSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSOrderedSet___call( (id)object, methodSelector );
#undef uifont_isNSOrderedSet___call
}
bool uifont_isNSSet__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSSet__" );
#define uifont_isNSSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSSet___call( (id)object, methodSelector );
#undef uifont_isNSSet___call
}
bool uifont_isNSTimeZone__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
#define uifont_isNSTimeZone___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSTimeZone___call( (id)object, methodSelector );
#undef uifont_isNSTimeZone___call
}
bool uifont_isNSValue__( uifont_t object )
{
SEL methodSelector = sel_registerName( "isNSValue__" );
#define uifont_isNSValue___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isNSValue___call( (id)object, methodSelector );
#undef uifont_isNSValue___call
}
void uifont_doesNotRecognizeSelector( uifont_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
#define uifont_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
#undef uifont_doesNotRecognizeSelector_call
}
nsobject_t uifont_methodSignatureForSelector( uifont_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
#define uifont_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
#undef uifont_methodSignatureForSelector_call
}
nsobject_t uifont_className( uifont_t object )
{
SEL methodSelector = sel_registerName( "className" );
#define uifont_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_className_call( (id)object, methodSelector );
#undef uifont_className_call
}
nsobject_t uifont_accessibilityLabel( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLabel" );
#define uifont_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityLabel_call( (id)object, methodSelector );
#undef uifont_accessibilityLabel_call
}
void uifont_setAccessibilityLabel( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
#define uifont_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityLabel_call
}
void uifont_setAccessibilityIdentifier( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
#define uifont_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityIdentifier_call
}
CGRect uifont_accessibilityFrame( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityFrame" );
#define uifont_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
return uifont_accessibilityFrame_call( (id)object, methodSelector );
#undef uifont_accessibilityFrame_call
}
nsobject_t uifont_storedAccessibilityViewIsModal( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityViewIsModal" );
#define uifont_storedAccessibilityViewIsModal_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedAccessibilityViewIsModal_call( (id)object, methodSelector );
#undef uifont_storedAccessibilityViewIsModal_call
}
nsobject_t uifont_storedAccessibilityElementsHidden( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityElementsHidden" );
#define uifont_storedAccessibilityElementsHidden_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedAccessibilityElementsHidden_call( (id)object, methodSelector );
#undef uifont_storedAccessibilityElementsHidden_call
}
nsobject_t uifont_storedShouldGroupAccessibilityChildren( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedShouldGroupAccessibilityChildren" );
#define uifont_storedShouldGroupAccessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedShouldGroupAccessibilityChildren_call( (id)object, methodSelector );
#undef uifont_storedShouldGroupAccessibilityChildren_call
}
nsobject_t uifont_storedAccessibilityNavigationStyle( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityNavigationStyle" );
#define uifont_storedAccessibilityNavigationStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedAccessibilityNavigationStyle_call( (id)object, methodSelector );
#undef uifont_storedAccessibilityNavigationStyle_call
}
nsobject_t uifont_storedAccessibilityRespondsToUserInteraction( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityRespondsToUserInteraction" );
#define uifont_storedAccessibilityRespondsToUserInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
#undef uifont_storedAccessibilityRespondsToUserInteraction_call
}
nsobject_t uifont_accessibilityAttributedLabel( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedLabel" );
#define uifont_accessibilityAttributedLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityAttributedLabel_call( (id)object, methodSelector );
#undef uifont_accessibilityAttributedLabel_call
}
nsobject_t uifont_accessibilityValue( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityValue" );
#define uifont_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityValue_call( (id)object, methodSelector );
#undef uifont_accessibilityValue_call
}
nsobject_t uifont_accessibilityAttributedValue( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedValue" );
#define uifont_accessibilityAttributedValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityAttributedValue_call( (id)object, methodSelector );
#undef uifont_accessibilityAttributedValue_call
}
nsobject_t uifont_accessibilityHint( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHint" );
#define uifont_accessibilityHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityHint_call( (id)object, methodSelector );
#undef uifont_accessibilityHint_call
}
nsobject_t uifont_accessibilityAttributedHint( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedHint" );
#define uifont_accessibilityAttributedHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityAttributedHint_call( (id)object, methodSelector );
#undef uifont_accessibilityAttributedHint_call
}
CGPoint uifont_accessibilityActivationPoint( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
#define uifont_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityActivationPoint_call( (id)object, methodSelector );
#undef uifont_accessibilityActivationPoint_call
}
unsigned long long uifont_accessibilityTraits( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTraits" );
#define uifont_accessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityTraits_call( (id)object, methodSelector );
#undef uifont_accessibilityTraits_call
}
bool uifont_isAccessibilityElement( uifont_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
#define uifont_isAccessibilityElement_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isAccessibilityElement_call( (id)object, methodSelector );
#undef uifont_isAccessibilityElement_call
}
nsobject_t uifont_accessibilityContainer( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityContainer" );
#define uifont_accessibilityContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityContainer_call( (id)object, methodSelector );
#undef uifont_accessibilityContainer_call
}
nsobject_t uifont_accessibilityLanguage( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLanguage" );
#define uifont_accessibilityLanguage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityLanguage_call( (id)object, methodSelector );
#undef uifont_accessibilityLanguage_call
}
nsobject_t uifont_accessibilityPath( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPath" );
#define uifont_accessibilityPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityPath_call( (id)object, methodSelector );
#undef uifont_accessibilityPath_call
}
bool uifont_accessibilityViewIsModal( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityViewIsModal" );
#define uifont_accessibilityViewIsModal_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityViewIsModal_call( (id)object, methodSelector );
#undef uifont_accessibilityViewIsModal_call
}
bool uifont_accessibilityElementsHidden( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementsHidden" );
#define uifont_accessibilityElementsHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityElementsHidden_call( (id)object, methodSelector );
#undef uifont_accessibilityElementsHidden_call
}
bool uifont_shouldGroupAccessibilityChildren( uifont_t object )
{
SEL methodSelector = sel_registerName( "shouldGroupAccessibilityChildren" );
#define uifont_shouldGroupAccessibilityChildren_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_shouldGroupAccessibilityChildren_call( (id)object, methodSelector );
#undef uifont_shouldGroupAccessibilityChildren_call
}
long long uifont_accessibilityNavigationStyle( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityNavigationStyle" );
#define uifont_accessibilityNavigationStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityNavigationStyle_call( (id)object, methodSelector );
#undef uifont_accessibilityNavigationStyle_call
}
bool uifont_accessibilityRespondsToUserInteraction( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityRespondsToUserInteraction" );
#define uifont_accessibilityRespondsToUserInteraction_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
#undef uifont_accessibilityRespondsToUserInteraction_call
}
nsobject_t uifont_accessibilityUserInputLabels( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
#define uifont_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityUserInputLabels_call( (id)object, methodSelector );
#undef uifont_accessibilityUserInputLabels_call
}
nsobject_t uifont_accessibilityAttributedUserInputLabels( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
#define uifont_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
#undef uifont_accessibilityAttributedUserInputLabels_call
}
nsobject_t uifont_storedAccessibilityIdentifier( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityIdentifier" );
#define uifont_storedAccessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedAccessibilityIdentifier_call( (id)object, methodSelector );
#undef uifont_storedAccessibilityIdentifier_call
}
nsobject_t uifont_storedAccessibilityTraits( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityTraits" );
#define uifont_storedAccessibilityTraits_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedAccessibilityTraits_call( (id)object, methodSelector );
#undef uifont_storedAccessibilityTraits_call
}
nsobject_t uifont_storedIsAccessibilityElement( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedIsAccessibilityElement" );
#define uifont_storedIsAccessibilityElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedIsAccessibilityElement_call( (id)object, methodSelector );
#undef uifont_storedIsAccessibilityElement_call
}
nsobject_t uifont_storedAccessibilityFrame( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityFrame" );
#define uifont_storedAccessibilityFrame_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedAccessibilityFrame_call( (id)object, methodSelector );
#undef uifont_storedAccessibilityFrame_call
}
nsobject_t uifont_storedAccessibilityActivationPoint( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityActivationPoint" );
#define uifont_storedAccessibilityActivationPoint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedAccessibilityActivationPoint_call( (id)object, methodSelector );
#undef uifont_storedAccessibilityActivationPoint_call
}
nsobject_t uifont_accessibilityHeaderElements( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityHeaderElements" );
#define uifont_accessibilityHeaderElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityHeaderElements_call( (id)object, methodSelector );
#undef uifont_accessibilityHeaderElements_call
}
void uifont_setAccessibilityElementsHidden( uifont_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityElementsHidden:" );
#define uifont_setAccessibilityElementsHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityElementsHidden_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityElementsHidden_call
}
void uifont_setAccessibilityViewIsModal( uifont_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityViewIsModal:" );
#define uifont_setAccessibilityViewIsModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityViewIsModal_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityViewIsModal_call
}
void uifont_setAccessibilityAttributedLabel( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAttributedLabel:" );
#define uifont_setAccessibilityAttributedLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityAttributedLabel_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityAttributedLabel_call
}
void uifont_setAccessibilityValue( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
#define uifont_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityValue_call
}
void uifont_setAccessibilityAttributedValue( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAttributedValue:" );
#define uifont_setAccessibilityAttributedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityAttributedValue_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityAttributedValue_call
}
void uifont_setAccessibilityHint( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHint:" );
#define uifont_setAccessibilityHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityHint_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityHint_call
}
void uifont_setAccessibilityAttributedHint( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAttributedHint:" );
#define uifont_setAccessibilityAttributedHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityAttributedHint_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityAttributedHint_call
}
void uifont_setAccessibilityFrame( uifont_t object, CGRect arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
#define uifont_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityFrame_call
}
void uifont_setAccessibilityPath( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityPath:" );
#define uifont_setAccessibilityPath_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityPath_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityPath_call
}
void uifont_setAccessibilityActivationPoint( uifont_t object, CGPoint arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
#define uifont_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityActivationPoint_call
}
void uifont_setAccessibilityTraits( uifont_t object, unsigned long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityTraits:" );
#define uifont_setAccessibilityTraits_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityTraits_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityTraits_call
}
void uifont_setIsAccessibilityElement( uifont_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setIsAccessibilityElement:" );
#define uifont_setIsAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uifont_setIsAccessibilityElement_call( (id)object, methodSelector, arg0 );
#undef uifont_setIsAccessibilityElement_call
}
void uifont_setAccessibilityContainer( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityContainer:" );
#define uifont_setAccessibilityContainer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityContainer_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityContainer_call
}
void uifont_setAccessibilityLanguage( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityLanguage:" );
#define uifont_setAccessibilityLanguage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityLanguage_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityLanguage_call
}
void uifont_setShouldGroupAccessibilityChildren( uifont_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setShouldGroupAccessibilityChildren:" );
#define uifont_setShouldGroupAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uifont_setShouldGroupAccessibilityChildren_call( (id)object, methodSelector, arg0 );
#undef uifont_setShouldGroupAccessibilityChildren_call
}
void uifont_setAccessibilityNavigationStyle( uifont_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityNavigationStyle:" );
#define uifont_setAccessibilityNavigationStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityNavigationStyle_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityNavigationStyle_call
}
void uifont_setAccessibilityRespondsToUserInteraction( uifont_t object, bool arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityRespondsToUserInteraction:" );
#define uifont_setAccessibilityRespondsToUserInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityRespondsToUserInteraction_call
}
void uifont_setAccessibilityUserInputLabels( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
#define uifont_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityUserInputLabels_call
}
void uifont_setAccessibilityAttributedUserInputLabels( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
#define uifont_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityAttributedUserInputLabels_call
}
nsobject_t uifont_accessibilityTextualContext( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityTextualContext" );
#define uifont_accessibilityTextualContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityTextualContext_call( (id)object, methodSelector );
#undef uifont_accessibilityTextualContext_call
}
void uifont_setAccessibilityTextualContext( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityTextualContext:" );
#define uifont_setAccessibilityTextualContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityTextualContext_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityTextualContext_call
}
void uifont_setAccessibilityHeaderElements( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityHeaderElements:" );
#define uifont_setAccessibilityHeaderElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityHeaderElements_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityHeaderElements_call
}
void uifont_accessibilityElementDidBecomeFocused( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementDidBecomeFocused" );
#define uifont_accessibilityElementDidBecomeFocused_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_accessibilityElementDidBecomeFocused_call( (id)object, methodSelector );
#undef uifont_accessibilityElementDidBecomeFocused_call
}
void uifont_accessibilityElementDidLoseFocus( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementDidLoseFocus" );
#define uifont_accessibilityElementDidLoseFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_accessibilityElementDidLoseFocus_call( (id)object, methodSelector );
#undef uifont_accessibilityElementDidLoseFocus_call
}
bool uifont_accessibilityElementIsFocused( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementIsFocused" );
#define uifont_accessibilityElementIsFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityElementIsFocused_call( (id)object, methodSelector );
#undef uifont_accessibilityElementIsFocused_call
}
nsobject_t uifont_accessibilityAssistiveTechnologyFocusedIdentifiers( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityAssistiveTechnologyFocusedIdentifiers" );
#define uifont_accessibilityAssistiveTechnologyFocusedIdentifiers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityAssistiveTechnologyFocusedIdentifiers_call( (id)object, methodSelector );
#undef uifont_accessibilityAssistiveTechnologyFocusedIdentifiers_call
}
void uifont_accessibilityIncrement( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIncrement" );
#define uifont_accessibilityIncrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_accessibilityIncrement_call( (id)object, methodSelector );
#undef uifont_accessibilityIncrement_call
}
void uifont_accessibilityDecrement( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDecrement" );
#define uifont_accessibilityDecrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_accessibilityDecrement_call( (id)object, methodSelector );
#undef uifont_accessibilityDecrement_call
}
bool uifont_accessibilityScroll( uifont_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityScroll:" );
#define uifont_accessibilityScroll_call( obj, selector, arg0 ) ((bool (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return uifont_accessibilityScroll_call( (id)object, methodSelector, arg0 );
#undef uifont_accessibilityScroll_call
}
bool uifont_accessibilityPerformEscape( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformEscape" );
#define uifont_accessibilityPerformEscape_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityPerformEscape_call( (id)object, methodSelector );
#undef uifont_accessibilityPerformEscape_call
}
bool uifont_accessibilityPerformMagicTap( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityPerformMagicTap" );
#define uifont_accessibilityPerformMagicTap_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityPerformMagicTap_call( (id)object, methodSelector );
#undef uifont_accessibilityPerformMagicTap_call
}
bool uifont_accessibilityActivate( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityActivate" );
#define uifont_accessibilityActivate_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityActivate_call( (id)object, methodSelector );
#undef uifont_accessibilityActivate_call
}
void uifont_setAccessibilityCustomActions( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
#define uifont_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityCustomActions_call
}
nsobject_t uifont_accessibilityCustomActions( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
#define uifont_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityCustomActions_call( (id)object, methodSelector );
#undef uifont_accessibilityCustomActions_call
}
nsobject_t uifont_accessibilityIdentification( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIdentification" );
#define uifont_accessibilityIdentification_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityIdentification_call( (id)object, methodSelector );
#undef uifont_accessibilityIdentification_call
}
void uifont_accessibilitySetIdentification( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "accessibilitySetIdentification:" );
#define uifont_accessibilitySetIdentification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_accessibilitySetIdentification_call( (id)object, methodSelector, arg0 );
#undef uifont_accessibilitySetIdentification_call
}
nsobject_t uifont_accessibilityIdentifier( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
#define uifont_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityIdentifier_call( (id)object, methodSelector );
#undef uifont_accessibilityIdentifier_call
}
unsigned long long uifont_defaultAccessibilityTraits( uifont_t object )
{
SEL methodSelector = sel_registerName( "defaultAccessibilityTraits" );
#define uifont_defaultAccessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_defaultAccessibilityTraits_call( (id)object, methodSelector );
#undef uifont_defaultAccessibilityTraits_call
}
bool uifont_isAccessibilityElementByDefault( uifont_t object )
{
SEL methodSelector = sel_registerName( "isAccessibilityElementByDefault" );
#define uifont_isAccessibilityElementByDefault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isAccessibilityElementByDefault_call( (id)object, methodSelector );
#undef uifont_isAccessibilityElementByDefault_call
}
bool uifont_isElementAccessibilityExposedToInterfaceBuilder( uifont_t object )
{
SEL methodSelector = sel_registerName( "isElementAccessibilityExposedToInterfaceBuilder" );
#define uifont_isElementAccessibilityExposedToInterfaceBuilder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isElementAccessibilityExposedToInterfaceBuilder_call( (id)object, methodSelector );
#undef uifont_isElementAccessibilityExposedToInterfaceBuilder_call
}
nsobject_t uifont_accessibilityLocalizedStringKey( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityLocalizedStringKey" );
#define uifont_accessibilityLocalizedStringKey_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityLocalizedStringKey_call( (id)object, methodSelector );
#undef uifont_accessibilityLocalizedStringKey_call
}
void uifont_setAccessibilityDragSourceDescriptors( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDragSourceDescriptors:" );
#define uifont_setAccessibilityDragSourceDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityDragSourceDescriptors_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityDragSourceDescriptors_call
}
nsobject_t uifont_accessibilityDragSourceDescriptors( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDragSourceDescriptors" );
#define uifont_accessibilityDragSourceDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityDragSourceDescriptors_call( (id)object, methodSelector );
#undef uifont_accessibilityDragSourceDescriptors_call
}
void uifont_setAccessibilityDropPointDescriptors( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityDropPointDescriptors:" );
#define uifont_setAccessibilityDropPointDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityDropPointDescriptors_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityDropPointDescriptors_call
}
nsobject_t uifont_accessibilityDropPointDescriptors( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityDropPointDescriptors" );
#define uifont_accessibilityDropPointDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityDropPointDescriptors_call( (id)object, methodSelector );
#undef uifont_accessibilityDropPointDescriptors_call
}
nsobject_t uifont_storedAccessibilityContainerType( uifont_t object )
{
SEL methodSelector = sel_registerName( "storedAccessibilityContainerType" );
#define uifont_storedAccessibilityContainerType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_storedAccessibilityContainerType_call( (id)object, methodSelector );
#undef uifont_storedAccessibilityContainerType_call
}
long long uifont_accessibilityElementCount( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElementCount" );
#define uifont_accessibilityElementCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityElementCount_call( (id)object, methodSelector );
#undef uifont_accessibilityElementCount_call
}
nsobject_t uifont_accessibilityElementAtIndex( uifont_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "accessibilityElementAtIndex:" );
#define uifont_accessibilityElementAtIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
return uifont_accessibilityElementAtIndex_call( (id)object, methodSelector, arg0 );
#undef uifont_accessibilityElementAtIndex_call
}
long long uifont_indexOfAccessibilityElement( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "indexOfAccessibilityElement:" );
#define uifont_indexOfAccessibilityElement_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_indexOfAccessibilityElement_call( (id)object, methodSelector, arg0 );
#undef uifont_indexOfAccessibilityElement_call
}
nsobject_t uifont_accessibilityElements( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityElements" );
#define uifont_accessibilityElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityElements_call( (id)object, methodSelector );
#undef uifont_accessibilityElements_call
}
void uifont_setAccessibilityElements( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityElements:" );
#define uifont_setAccessibilityElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityElements_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityElements_call
}
long long uifont_accessibilityContainerType( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
#define uifont_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityContainerType_call( (id)object, methodSelector );
#undef uifont_accessibilityContainerType_call
}
void uifont_setAccessibilityContainerType( uifont_t object, long long arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
#define uifont_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityContainerType_call
}
void uifont_setAccessibilityCustomRotors( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
#define uifont_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
#undef uifont_setAccessibilityCustomRotors_call
}
nsobject_t uifont_accessibilityCustomRotors( uifont_t object )
{
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
#define uifont_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessibilityCustomRotors_call( (id)object, methodSelector );
#undef uifont_accessibilityCustomRotors_call
}
nsobject_t uifont_uiPresentationManager( uifont_t object )
{
SEL methodSelector = sel_registerName( "uiPresentationManager" );
#define uifont_uiPresentationManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_uiPresentationManager_call( (id)object, methodSelector );
#undef uifont_uiPresentationManager_call
}
void uifont_awakeFromNib( uifont_t object )
{
SEL methodSelector = sel_registerName( "awakeFromNib" );
#define uifont_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_awakeFromNib_call( (id)object, methodSelector );
#undef uifont_awakeFromNib_call
}
bool uifont_conformsToProtocolCached( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "conformsToProtocolCached:" );
#define uifont_conformsToProtocolCached_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_conformsToProtocolCached_call( (id)object, methodSelector, arg0 );
#undef uifont_conformsToProtocolCached_call
}
void uifont_prepareForInterfaceBuilder( uifont_t object )
{
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
#define uifont_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_prepareForInterfaceBuilder_call( (id)object, methodSelector );
#undef uifont_prepareForInterfaceBuilder_call
}
double uifont_CA_distanceToValue( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
#define uifont_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
return uifont_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
#undef uifont_CA_distanceToValue_call
}
Object* uifont_CA_copyRenderValueWithColorspace( uifont_t object, CGColorSpace* arg0 )
{
SEL methodSelector = sel_registerName( "CA_copyRenderValueWithColorspace:" );
#define uifont_CA_copyRenderValueWithColorspace_call( obj, selector, arg0 ) ((Object* (*)( id, SEL, CGColorSpace* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_CA_copyRenderValueWithColorspace_call( (id)object, methodSelector, arg0 );
#undef uifont_CA_copyRenderValueWithColorspace_call
}
Object* uifont_CA_copyRenderValue( uifont_t object )
{
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
#define uifont_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_CA_copyRenderValue_call( (id)object, methodSelector );
#undef uifont_CA_copyRenderValue_call
}
nsobject_t uifont_CA_interpolateValue( uifont_t object, nsobject_t arg0, float arg1 )
{
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
#define uifont_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_CA_interpolateValue_call
}
nsobject_t uifont_CA_addValue( uifont_t object, nsobject_t arg0, int arg1 )
{
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
#define uifont_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_CA_addValue_call
}
bool uifont_CAMLTypeSupportedForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
#define uifont_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_CAMLTypeSupportedForKey_call
}
nsobject_t uifont_CAMLTypeForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
#define uifont_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_CAMLTypeForKey_call
}
bool uifont_CA_validateValue( uifont_t object, nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
#define uifont_CA_validateValue_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_CA_validateValue_call
}
void uifont_encodeWithCAMLWriter( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
#define uifont_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
#undef uifont_encodeWithCAMLWriter_call
}
nsobject_t uifont_CA_interpolateValues( uifont_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
{
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
#define uifont_CA_interpolateValues_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, ValueInterpolator* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
return uifont_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
#undef uifont_CA_interpolateValues_call
}
nsobject_t uifont_CAMLType( uifont_t object )
{
SEL methodSelector = sel_registerName( "CAMLType" );
#define uifont_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_CAMLType_call( (id)object, methodSelector );
#undef uifont_CAMLType_call
}
void uifont_CA_prepareRenderValue( uifont_t object )
{
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
#define uifont_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_CA_prepareRenderValue_call( (id)object, methodSelector );
#undef uifont_CA_prepareRenderValue_call
}
nsobject_t uifont_CA_archivingValueForKey( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
#define uifont_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
#undef uifont_CA_archivingValueForKey_call
}
nsobject_t uifont_CA_roundToIntegerFromValue( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
#define uifont_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
#undef uifont_CA_roundToIntegerFromValue_call
}
nsobject_t uifont_initFromPQLResultSet( uifont_t object, nsobject_t arg0, nsobject_t* arg1 )
{
SEL methodSelector = sel_registerName( "initFromPQLResultSet:error:" );
#define uifont_initFromPQLResultSet_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_initFromPQLResultSet_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_initFromPQLResultSet_call
}
bool uifont_supportsRBSXPCSecureCoding( uifont_t object )
{
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
#define uifont_supportsRBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
#undef uifont_supportsRBSXPCSecureCoding_call
}
bool uifont_RBSIsXPCObject( uifont_t object )
{
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
#define uifont_RBSIsXPCObject_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_RBSIsXPCObject_call( (id)object, methodSelector );
#undef uifont_RBSIsXPCObject_call
}
nsobject_t uifont_NSRepresentation( uifont_t object )
{
SEL methodSelector = sel_registerName( "NSRepresentation" );
#define uifont_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_NSRepresentation_call( (id)object, methodSelector );
#undef uifont_NSRepresentation_call
}
nsobject_t uifont_pep_onMainThread( uifont_t object )
{
SEL methodSelector = sel_registerName( "pep_onMainThread" );
#define uifont_pep_onMainThread_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_pep_onMainThread_call( (id)object, methodSelector );
#undef uifont_pep_onMainThread_call
}
nsobject_t uifont_pep_onThread( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "pep_onThread:" );
#define uifont_pep_onThread_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_pep_onThread_call( (id)object, methodSelector, arg0 );
#undef uifont_pep_onThread_call
}
nsobject_t uifont_pep_onOperationQueue( uifont_t object, nsobject_t arg0, long long arg1 )
{
SEL methodSelector = sel_registerName( "pep_onOperationQueue:priority:" );
#define uifont_pep_onOperationQueue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_pep_onOperationQueue_call( (id)object, methodSelector, arg0, arg1 );
#undef uifont_pep_onOperationQueue_call
}
nsobject_t uifont_pep_onMainThreadIfNecessary( uifont_t object )
{
SEL methodSelector = sel_registerName( "pep_onMainThreadIfNecessary" );
#define uifont_pep_onMainThreadIfNecessary_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_pep_onMainThreadIfNecessary_call( (id)object, methodSelector );
#undef uifont_pep_onMainThreadIfNecessary_call
}
nsobject_t uifont_pep_afterDelay( uifont_t object, double arg0 )
{
SEL methodSelector = sel_registerName( "pep_afterDelay:" );
#define uifont_pep_afterDelay_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
return uifont_pep_afterDelay_call( (id)object, methodSelector, arg0 );
#undef uifont_pep_afterDelay_call
}
nsobject_t uifont_pep_getInvocation( uifont_t object, nsobject_t* arg0 )
{
SEL methodSelector = sel_registerName( "pep_getInvocation:" );
#define uifont_pep_getInvocation_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_pep_getInvocation_call( (id)object, methodSelector, arg0 );
#undef uifont_pep_getInvocation_call
}
nsobject_t uifont_stringValueSafe( uifont_t object, int* arg0 )
{
SEL methodSelector = sel_registerName( "stringValueSafe:" );
#define uifont_stringValueSafe_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_stringValueSafe_call( (id)object, methodSelector, arg0 );
#undef uifont_stringValueSafe_call
}
char* uifont_utf8ValueSafe( uifont_t object, int* arg0 )
{
SEL methodSelector = sel_registerName( "utf8ValueSafe:" );
#define uifont_utf8ValueSafe_call( obj, selector, arg0 ) ((char* (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_utf8ValueSafe_call( (id)object, methodSelector, arg0 );
#undef uifont_utf8ValueSafe_call
}
bool uifont_boolValueSafe( uifont_t object )
{
SEL methodSelector = sel_registerName( "boolValueSafe" );
#define uifont_boolValueSafe_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_boolValueSafe_call( (id)object, methodSelector );
#undef uifont_boolValueSafe_call
}
long long uifont_int64ValueSafe( uifont_t object )
{
SEL methodSelector = sel_registerName( "int64ValueSafe" );
#define uifont_int64ValueSafe_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_int64ValueSafe_call( (id)object, methodSelector );
#undef uifont_int64ValueSafe_call
}
double uifont_doubleValueSafe( uifont_t object )
{
SEL methodSelector = sel_registerName( "doubleValueSafe" );
#define uifont_doubleValueSafe_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_doubleValueSafe_call( (id)object, methodSelector );
#undef uifont_doubleValueSafe_call
}
bool uifont_un_safeBoolValue( uifont_t object )
{
SEL methodSelector = sel_registerName( "un_safeBoolValue" );
#define uifont_un_safeBoolValue_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_un_safeBoolValue_call( (id)object, methodSelector );
#undef uifont_un_safeBoolValue_call
}
bool uifont_supportsBSXPCSecureCoding( uifont_t object )
{
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
#define uifont_supportsBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
#undef uifont_supportsBSXPCSecureCoding_call
}
bool uifont_bs_isPlistableType( uifont_t object )
{
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
#define uifont_bs_isPlistableType_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_bs_isPlistableType_call( (id)object, methodSelector );
#undef uifont_bs_isPlistableType_call
}
nsobject_t uifont_bs_secureEncoded( uifont_t object )
{
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
#define uifont_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_bs_secureEncoded_call( (id)object, methodSelector );
#undef uifont_bs_secureEncoded_call
}
nsobject_t uifont_bs_encoded( uifont_t object )
{
SEL methodSelector = sel_registerName( "bs_encoded" );
#define uifont_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_bs_encoded_call( (id)object, methodSelector );
#undef uifont_bs_encoded_call
}
void uifont_releaseOnMainThread( uifont_t object )
{
SEL methodSelector = sel_registerName( "releaseOnMainThread" );
#define uifont_releaseOnMainThread_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_releaseOnMainThread_call( (id)object, methodSelector );
#undef uifont_releaseOnMainThread_call
}
bool uifont_isProxy( uifont_t object )
{
SEL methodSelector = sel_registerName( "isProxy" );
#define uifont_isProxy_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isProxy_call( (id)object, methodSelector );
#undef uifont_isProxy_call
}
unsigned long long uifont_retainCount( uifont_t object )
{
SEL methodSelector = sel_registerName( "retainCount" );
#define uifont_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_retainCount_call( (id)object, methodSelector );
#undef uifont_retainCount_call
}
void uifont_dealloc( uifont_t object )
{
SEL methodSelector = sel_registerName( "dealloc" );
#define uifont_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_dealloc_call( (id)object, methodSelector );
#undef uifont_dealloc_call
}
bool uifont_isEqual( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isEqual:" );
#define uifont_isEqual_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_isEqual_call( (id)object, methodSelector, arg0 );
#undef uifont_isEqual_call
}
nsclass_t uifont_class( uifont_t object )
{
SEL methodSelector = sel_registerName( "class" );
#define uifont_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_class_call( (id)object, methodSelector );
#undef uifont_class_call
}
nsobject_t uifont_self( uifont_t object )
{
SEL methodSelector = sel_registerName( "self" );
#define uifont_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_self_call( (id)object, methodSelector );
#undef uifont_self_call
}
bool uifont_isKindOfClass( uifont_t object, nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "isKindOfClass:" );
#define uifont_isKindOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_isKindOfClass_call( (id)object, methodSelector, arg0 );
#undef uifont_isKindOfClass_call
}
bool uifont_isMemberOfClass( uifont_t object, nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
#define uifont_isMemberOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_isMemberOfClass_call( (id)object, methodSelector, arg0 );
#undef uifont_isMemberOfClass_call
}
bool uifont_conformsToProtocol( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
#define uifont_conformsToProtocol_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_conformsToProtocol_call( (id)object, methodSelector, arg0 );
#undef uifont_conformsToProtocol_call
}
bool uifont_respondsToSelector( uifont_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "respondsToSelector:" );
#define uifont_respondsToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_respondsToSelector_call( (id)object, methodSelector, arg0 );
#undef uifont_respondsToSelector_call
}
nsobject_t uifont_retain( uifont_t object )
{
SEL methodSelector = sel_registerName( "retain" );
#define uifont_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_retain_call( (id)object, methodSelector );
#undef uifont_retain_call
}
nsobject_t uifont_autorelease( uifont_t object )
{
SEL methodSelector = sel_registerName( "autorelease" );
#define uifont_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_autorelease_call( (id)object, methodSelector );
#undef uifont_autorelease_call
}
_NSZone* uifont_zone( uifont_t object )
{
SEL methodSelector = sel_registerName( "zone" );
#define uifont_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_zone_call( (id)object, methodSelector );
#undef uifont_zone_call
}
unsigned long long uifont_hash( uifont_t object )
{
SEL methodSelector = sel_registerName( "hash" );
#define uifont_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_hash_call( (id)object, methodSelector );
#undef uifont_hash_call
}
nsclass_t uifont_superclass( uifont_t object )
{
SEL methodSelector = sel_registerName( "superclass" );
#define uifont_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_superclass_call( (id)object, methodSelector );
#undef uifont_superclass_call
}
nsobject_t uifont_debugDescription( uifont_t object )
{
SEL methodSelector = sel_registerName( "debugDescription" );
#define uifont_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_debugDescription_call( (id)object, methodSelector );
#undef uifont_debugDescription_call
}
bool uifont_retainWeakReference( uifont_t object )
{
SEL methodSelector = sel_registerName( "retainWeakReference" );
#define uifont_retainWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_retainWeakReference_call( (id)object, methodSelector );
#undef uifont_retainWeakReference_call
}
bool uifont_allowsWeakReference( uifont_t object )
{
SEL methodSelector = sel_registerName( "allowsWeakReference" );
#define uifont_allowsWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_allowsWeakReference_call( (id)object, methodSelector );
#undef uifont_allowsWeakReference_call
}
nsobject_t uifont_copy( uifont_t object )
{
SEL methodSelector = sel_registerName( "copy" );
#define uifont_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_copy_call( (id)object, methodSelector );
#undef uifont_copy_call
}
void uifont_finalize( uifont_t object )
{
SEL methodSelector = sel_registerName( "finalize" );
#define uifont_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_finalize_call( (id)object, methodSelector );
#undef uifont_finalize_call
}
bool uifont_isFault( uifont_t object )
{
SEL methodSelector = sel_registerName( "isFault" );
#define uifont_isFault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_isFault_call( (id)object, methodSelector );
#undef uifont_isFault_call
}
void uifont_forwardInvocation( uifont_t object, nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "forwardInvocation:" );
#define uifont_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
uifont_forwardInvocation_call( (id)object, methodSelector, arg0 );
#undef uifont_forwardInvocation_call
}
nsobject_t uifont_forwardingTargetForSelector( uifont_t object, nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
#define uifont_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
#undef uifont_forwardingTargetForSelector_call
}
nsobject_t uifont_mutableCopy( uifont_t object )
{
SEL methodSelector = sel_registerName( "mutableCopy" );
#define uifont_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_mutableCopy_call( (id)object, methodSelector );
#undef uifont_mutableCopy_call
}
nsobject_t uifont_preferredContentSizeCategory( )
{
SEL methodSelector = sel_registerName( "preferredContentSizeCategory" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_preferredContentSizeCategory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_preferredContentSizeCategory_call( (id)internalClassObject, methodSelector );
#undef uifont_preferredContentSizeCategory_call
}
double uifont_defaultFontSize( )
{
SEL methodSelector = sel_registerName( "defaultFontSize" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_defaultFontSize_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_defaultFontSize_call( (id)internalClassObject, methodSelector );
#undef uifont_defaultFontSize_call
}
double uifont_systemMinimumFontSize( )
{
SEL methodSelector = sel_registerName( "systemMinimumFontSize" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_systemMinimumFontSize_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_systemMinimumFontSize_call( (id)internalClassObject, methodSelector );
#undef uifont_systemMinimumFontSize_call
}
bool uifont_supportsSecureCoding( )
{
SEL methodSelector = sel_registerName( "supportsSecureCoding" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_supportsSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_supportsSecureCoding_call( (id)internalClassObject, methodSelector );
#undef uifont_supportsSecureCoding_call
}
nsobject_t uifont_classFallbacksForKeyedArchiver( )
{
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
#undef uifont_classFallbacksForKeyedArchiver_call
}
nsobject_t uifont_userFontOfSize( double arg0 )
{
SEL methodSelector = sel_registerName( "userFontOfSize:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_userFontOfSize_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
return uifont_userFontOfSize_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_userFontOfSize_call
}
nsobject_t uifont_fontWithDescriptor( nsobject_t arg0, double arg1 )
{
SEL methodSelector = sel_registerName( "fontWithDescriptor:size:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_fontWithDescriptor_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, double ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_fontWithDescriptor_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uifont_fontWithDescriptor_call
}
nsobject_t uifont_fontWithName( nsobject_t arg0, double arg1 )
{
SEL methodSelector = sel_registerName( "fontWithName:size:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_fontWithName_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, double ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_fontWithName_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uifont_fontWithName_call
}
nsobject_t uifont_systemFontOfSize( double arg0 )
{
SEL methodSelector = sel_registerName( "systemFontOfSize:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_systemFontOfSize_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
return uifont_systemFontOfSize_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_systemFontOfSize_call
}
nsobject_t uifont_preferredFontForTextStyle( nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "preferredFontForTextStyle:compatibleWithTraitCollection:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_preferredFontForTextStyle_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_preferredFontForTextStyle_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uifont_preferredFontForTextStyle_call
}
nsobject_t uifont_ib_preferredFontForTextStyle( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "ib_preferredFontForTextStyle:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_ib_preferredFontForTextStyle_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_ib_preferredFontForTextStyle_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_ib_preferredFontForTextStyle_call
}
nsobject_t uifont_fontWithFamilyName( nsobject_t arg0, int arg1, double arg2 )
{
SEL methodSelector = sel_registerName( "fontWithFamilyName:traits:size:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_fontWithFamilyName_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, int, double ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
return uifont_fontWithFamilyName_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef uifont_fontWithFamilyName_call
}
nsobject_t uifont_fontWithMarkupDescription( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "fontWithMarkupDescription:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_fontWithMarkupDescription_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_fontWithMarkupDescription_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_fontWithMarkupDescription_call
}
nsobject_t uifont_familyNames( )
{
SEL methodSelector = sel_registerName( "familyNames" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_familyNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_familyNames_call( (id)internalClassObject, methodSelector );
#undef uifont_familyNames_call
}
nsobject_t uifont_fontNamesForFamilyName( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "fontNamesForFamilyName:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_fontNamesForFamilyName_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_fontNamesForFamilyName_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_fontNamesForFamilyName_call
}
nsobject_t uifont_preferredFontForUsage( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "preferredFontForUsage:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_preferredFontForUsage_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_preferredFontForUsage_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_preferredFontForUsage_call
}
nsobject_t uifont_defaultFontForTextStyle( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "defaultFontForTextStyle:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_defaultFontForTextStyle_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_defaultFontForTextStyle_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_defaultFontForTextStyle_call
}
nsobject_t uifont_boldSystemFontOfSize( double arg0 )
{
SEL methodSelector = sel_registerName( "boldSystemFontOfSize:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_boldSystemFontOfSize_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
return uifont_boldSystemFontOfSize_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_boldSystemFontOfSize_call
}
nsobject_t uifont_italicSystemFontOfSize( double arg0 )
{
SEL methodSelector = sel_registerName( "italicSystemFontOfSize:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_italicSystemFontOfSize_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
return uifont_italicSystemFontOfSize_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_italicSystemFontOfSize_call
}
nsobject_t uifont_monospacedSystemFontOfSize( double arg0, double arg1 )
{
SEL methodSelector = sel_registerName( "monospacedSystemFontOfSize:weight:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_monospacedSystemFontOfSize_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, double, double ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_monospacedSystemFontOfSize_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uifont_monospacedSystemFontOfSize_call
}
nsobject_t uifont_monospacedDigitSystemFontOfSize( double arg0, double arg1 )
{
SEL methodSelector = sel_registerName( "monospacedDigitSystemFontOfSize:weight:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_monospacedDigitSystemFontOfSize_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, double, double ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_monospacedDigitSystemFontOfSize_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uifont_monospacedDigitSystemFontOfSize_call
}
double uifont_labelFontSize( )
{
SEL methodSelector = sel_registerName( "labelFontSize" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_labelFontSize_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_labelFontSize_call( (id)internalClassObject, methodSelector );
#undef uifont_labelFontSize_call
}
double uifont_buttonFontSize( )
{
SEL methodSelector = sel_registerName( "buttonFontSize" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_buttonFontSize_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_buttonFontSize_call( (id)internalClassObject, methodSelector );
#undef uifont_buttonFontSize_call
}
double uifont_smallSystemFontSize( )
{
SEL methodSelector = sel_registerName( "smallSystemFontSize" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_smallSystemFontSize_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_smallSystemFontSize_call( (id)internalClassObject, methodSelector );
#undef uifont_smallSystemFontSize_call
}
double uifont_systemFontSize( )
{
SEL methodSelector = sel_registerName( "systemFontSize" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_systemFontSize_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
return uifont_systemFontSize_call( (id)internalClassObject, methodSelector );
#undef uifont_systemFontSize_call
}
void uifont_load( )
{
SEL methodSelector = sel_registerName( "load" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_load_call( (id)internalClassObject, methodSelector );
#undef uifont_load_call
}
long long uifont_version( )
{
SEL methodSelector = sel_registerName( "version" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_version_call( (id)internalClassObject, methodSelector );
#undef uifont_version_call
}
bool uifont_instancesImplementSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_instancesImplementSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_instancesImplementSelector_call
}
void uifont_setVersion( long long arg0 )
{
SEL methodSelector = sel_registerName( "setVersion:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
uifont_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_setVersion_call
}
bool uifont_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_automaticallyNotifiesObserversForKey_call
}
objc_method_description* uifont_instanceMethodDescriptionForSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_instanceMethodDescriptionForSelector_call
}
bool uifont_accessInstanceVariablesDirectly( )
{
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_accessInstanceVariablesDirectly_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
#undef uifont_accessInstanceVariablesDirectly_call
}
nsobject_t uifont_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_keyPathsForValuesAffectingValueForKey_call
}
void uifont_setKeys( nsobject_t arg0, nsobject_t arg1 )
{
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
uifont_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uifont_setKeys_call
}
nsclass_t uifont_classForKeyedUnarchiver( )
{
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
#undef uifont_classForKeyedUnarchiver_call
}
void uifont_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
{
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
uifont_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
#undef uifont_cancelPreviousPerformRequestsWithTarget_call
}
nsobject_t uifont_instanceMethodSignatureForSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_instanceMethodSignatureForSelector_call
}
nsobject_t uifont_SFSQLiteClassName( )
{
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
#undef uifont_SFSQLiteClassName_call
}
bool uifont_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_CA_automaticallyNotifiesObservers_call
}
bool uifont_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
{
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uifont_CA_encodesPropertyConditionally_call
}
nsobject_t uifont_CA_CAMLPropertyForKey( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_CA_CAMLPropertyForKey_call
}
bool uifont_isSelectorExcludedFromWebScript( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "isSelectorExcludedFromWebScript:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_isSelectorExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_isSelectorExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_isSelectorExcludedFromWebScript_call
}
bool uifont_isKeyExcludedFromWebScript( char* arg0 )
{
SEL methodSelector = sel_registerName( "isKeyExcludedFromWebScript:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_isKeyExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, char* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_isKeyExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_isKeyExcludedFromWebScript_call
}
nsobject_t uifont_bs_secureDecodedFromData( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_bs_secureDecodedFromData_call
}
nsobject_t uifont_bs_secureDataFromObject( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_bs_secureDataFromObject_call
}
nsobject_t uifont_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
{
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
return uifont_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
#undef uifont_bs_secureObjectFromData_call
}
nsobject_t uifont_bs_dataFromObject( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_bs_dataFromObject_call
}
nsobject_t uifont_bs_objectFromData( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_bs_objectFromData_call
}
nsobject_t uifont_bs_decodedFromData( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_bs_decodedFromData_call
}
nsobject_t uifont_allocWithZone( _NSZone* arg0 )
{
SEL methodSelector = sel_registerName( "allocWithZone:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_allocWithZone_call
}
void uifont_initialize( )
{
SEL methodSelector = sel_registerName( "initialize" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
uifont_initialize_call( (id)internalClassObject, methodSelector );
#undef uifont_initialize_call
}
nsobject_t uifont_new( )
{
SEL methodSelector = sel_registerName( "new" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_new_call( (id)internalClassObject, methodSelector );
#undef uifont_new_call
}
bool uifont_resolveInstanceMethod( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_resolveInstanceMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_resolveInstanceMethod_call
}
bool uifont_resolveClassMethod( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_resolveClassMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_resolveClassMethod_call
}
uifont_t uifont_alloc( )
{
SEL methodSelector = sel_registerName( "alloc" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
return uifont_alloc_call( (id)internalClassObject, methodSelector );
#undef uifont_alloc_call
}
nsobject_t uifont_mutableCopyWithZone( _NSZone* arg0 )
{
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
return uifont_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_mutableCopyWithZone_call
}
bool uifont_isSubclassOfClass( nsclass_t arg0 )
{
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_isSubclassOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_isSubclassOfClass_call
}
bool uifont_isAncestorOfObject( nsobject_t arg0 )
{
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_isAncestorOfObject_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_isAncestorOfObject_call
}
bool uifont_instancesRespondToSelector( nsselector_t arg0 )
{
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
Class internalClassObject = objc_getClass( "UIFont" );
#define uifont_instancesRespondToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
return uifont_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
#undef uifont_instancesRespondToSelector_call
}