⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 henry.pbxuser

📁 ftgl-2.1.2 夸平台的opengl显示字体
💻 PBXUSER
📖 第 1 页 / 共 4 页
字号:
// !$*UTF8*$!{	BA1F9BEC072F06F400EE6DC2 = {		fRef = BA63B12206D1C72100CD5F16;		isa = PBXTextBookmark;		name = "FTCharmap::CharMap";		rLen = 18;		rLoc = 331;		rType = 0;		vrLen = 654;		vrLoc = 407;	};	BA49A362074981D200A87295 = {		fRef = BA63B0ED06D1C70900CD5F16;		isa = PBXTextBookmark;		name = bufferSizeInBytes;		rLen = 17;		rLoc = 1447;		rType = 0;		vrLen = 953;		vrLoc = 67;	};	BA49A364074981D200A87295 = {		fRef = BA63B0ED06D1C70900CD5F16;		isa = PBXTextBookmark;		name = bufferSizeInBytes;		rLen = 17;		rLoc = 1447;		rType = 0;		vrLen = 953;		vrLoc = 67;	};	BA4BA77C076467D6006E3FE1 = {		fRef = BA63B12B06D1C72100CD5F16;		isa = PBXTextBookmark;		name = "FTGLPixmapFont.cpp: 51";		rLen = 0;		rLoc = 1233;		rType = 0;		vrLen = 1008;		vrLoc = 616;	};	BA4BA79707646A5C006E3FE1 = {		fRef = BA4DCBB306D84BD30090441D;		isa = PBXTextBookmark;		name = "demo.cpp: 213";		rLen = 0;		rLoc = 4414;		rType = 0;		vrLen = 946;		vrLoc = 4133;	};	BA4DCB0B06D848A60090441D = {		uiCtxt = {			sepNavIntBoundsRect = "{{0, 0}, {698, 1791}}";			sepNavSelRange = "{0, 0}";			sepNavVisRect = "{{0, 0}, {698, 414}}";		};	};	BA4DCB0C06D848A60090441D = {		uiCtxt = {			sepNavIntBoundsRect = "{{0, 0}, {955, 6985}}";			sepNavSelRange = "{10309, 33}";			sepNavVisRect = "{{0, 0}, {955, 500}}";			sepNavWindowFrame = "{{15, 183}, {750, 558}}";		};	};	BA4DCB0F06D848A60090441D = {		uiCtxt = {			sepNavIntBoundsRect = "{{0, 0}, {698, 4549}}";			sepNavSelRange = "{0, 0}";			sepNavVisRect = "{{0, 0}, {698, 414}}";		};	};	BA4DCB1E06D8494E0090441D = {		activeExec = 0;		executables = (			BA4DCB2006D8494E0090441D,		);	};	BA4DCB2006D8494E0090441D = {		activeArgIndex = 2147483647;		activeArgIndices = (		);		argumentStrings = (		);		configStateDict = {		};		cppStopOnCatchEnabled = 0;		cppStopOnThrowEnabled = 0;		customDataFormattersEnabled = 1;		debuggerPlugin = GDBDebugging;		disassemblyDisplayState = 0;		dylibVariantSuffix = "";		enableDebugStr = 1;		environmentEntries = (		);		isa = PBXExecutable;		libgmallocEnabled = 0;		name = "FTGL Demo";		shlibInfoDictList = (		);		sourceDirectories = (		);	};	BA4DCBAC06D84BA70090441D = {		activeExec = 0;		executables = (			BA4DCBAE06D84BA70090441D,		);	};	BA4DCBAE06D84BA70090441D = {		activeArgIndex = 2147483647;		activeArgIndices = (		);		argumentStrings = (		);		configStateDict = {		};		cppStopOnCatchEnabled = 0;		cppStopOnThrowEnabled = 0;		customDataFormattersEnabled = 1;		debuggerPlugin = GDBDebugging;		disassemblyDisplayState = 0;		dylibVariantSuffix = "";		enableDebugStr = 1;		environmentEntries = (		);		isa = PBXExecutable;		libgmallocEnabled = 0;		name = "FTGL Test";		shlibInfoDictList = (		);		sourceDirectories = (		);	};	BA4DCBB306D84BD30090441D = {		uiCtxt = {			sepNavIntBoundsRect = "{{0, 0}, {955, 4549}}";			sepNavSelRange = "{4414, 0}";			sepNavVisRect = "{{0, 2855}, {955, 500}}";		};	};	BA514271071DCFA400479336 = {		fRef = BA63B18306D1C95D00CD5F16;		isa = PBXTextBookmark;		name = "Fontdefs.h: 11";		rLen = 0;		rLoc = 469;		rType = 0;		vrLen = 1435;		vrLoc = 0;	};	BA514277071DCFA400479336 = {		fRef = BA63B18606D1C95D00CD5F16;		isa = PBXTextBookmark;		name = testSetEncoding;		rLen = 15;		rLoc = 1179;		rType = 0;		vrLen = 1123;		vrLoc = 743;	};	BA51427A071DD02B00479336 = {		fRef = BA63B18506D1C95D00CD5F16;		isa = PBXTextBookmark;		name = "FTBitmapGlyph-Test.cpp: 55";		rLen = 0;		rLoc = 1464;		rType = 0;		vrLen = 941;		vrLoc = 1309;	};	BA51427C071DD02B00479336 = {		fRef = BA63B12206D1C72100CD5F16;		isa = PBXTextBookmark;		name = "FTCharmap::CharMap";		rLen = 18;		rLoc = 331;		rType = 0;		vrLen = 510;		vrLoc = 273;	};	BA51427D071DD02B00479336 = {		fRef = BA63B18506D1C95D00CD5F16;		isa = PBXTextBookmark;		name = "        FT_Library   library;\n        FT_Face      face;\n            \n        void setUpFreetype()\n        {\n            FT_Error error = FT_Init_FreeType( &library);\n            assert(!error);\n            error = FT_New_Face( library, FONT_FILE, 0, &face);\n            assert(!error);\n            \n            FT_Set_Char_Size( face, 0L, FONT_POINT_SIZE * 64, RESOLUTION, RESOLUTION);\n            \n            error = FT_Load_Char( face, CHARACTER_CODE_A, FT_LOAD_DEFAULT);\n            assert( !error);        \n        }\n        \n        void tearDownFreetype()\n        {\n            FT_Done_Face( face);\n            FT_Done_FreeType( library);\n        }\n";		rLen = 657;		rLoc = 1535;		rType = 0;		vrLen = 883;		vrLoc = 1367;	};	BA514283071DD60600479336 = {		fRef = BA63B18606D1C95D00CD5F16;		isa = PBXTextBookmark;		name = testSetEncoding;		rLen = 15;		rLoc = 1179;		rType = 0;		vrLen = 1693;		vrLoc = 1866;	};	BA5142C8071E034800479336 = {		fRef = BA63B18906D1C95D00CD5F16;		isa = PBXTextBookmark;		name = "FTFace-Test.cpp: 101";		rLen = 0;		rLoc = 3106;		rType = 0;		vrLen = 1113;		vrLoc = 2601;	};	BA5142CC071E034800479336 = {		fRef = BA63B12E06D1C72100CD5F16;		isa = PBXTextBookmark;		name = .x;		rLen = 0;		rLoc = 215;		rType = 0;		vrLen = 291;		vrLoc = 0;	};	BA579C10076306ED00F095FF = {		fRef = BA905B92070903D8006A5A17;		isa = PBXTextBookmark;		name = "FTGLBitmapFont-Test.cpp: 81";		rLen = 0;		rLoc = 2485;		rType = 0;		vrLen = 1041;		vrLoc = 2022;	};	BA579C12076306ED00F095FF = {		fRef = BA905B92070903D8006A5A17;		isa = PBXTextBookmark;		name = "FTGLBitmapFont-Test.cpp: 81";		rLen = 0;		rLoc = 2485;		rType = 0;		vrLen = 1041;		vrLoc = 2022;	};	BA579C170763078900F095FF = {		fRef = BA63B18D06D1C95D00CD5F16;		isa = PBXTextBookmark;		name = "FTLibrary-Test.cpp: 33";		rLen = 0;		rLoc = 928;		rType = 0;		vrLen = 870;		vrLoc = 365;	};	BA579C1E07630C6100F095FF = {		fRef = BA63B0F806D1C70900CD5F16;		isa = PBXTextBookmark;		name = "FTLibrary.h: 19";		rLen = 0;		rLoc = 562;		rType = 0;		vrLen = 1040;		vrLoc = 1710;	};	BA579C2E07630D1500F095FF = {		fRef = BA63B13006D1C72100CD5F16;		isa = PBXTextBookmark;		name = const;		rLen = 5;		rLoc = 28;		rType = 0;		vrLen = 457;		vrLoc = 0;	};	BA63B0C006D1C62B00CD5F16 = {		activeBuildStyle = BA63B0BF06D1C62B00CD5F16;		activeExecutable = BA63B16F06D1C8FD00CD5F16;		activeTarget = BA63B16D06D1C8FD00CD5F16;		addToTargets = (			BA63B16D06D1C8FD00CD5F16,		);		breakpoints = (		);		codeSenseManager = BA63B0C206D1C62B00CD5F16;		executables = (			BA63B16F06D1C8FD00CD5F16,			BA4DCB2006D8494E0090441D,			BA4DCBAE06D84BA70090441D,		);		expressions = (			"(this)->err",			"charMap->GlyphListIndex( characterCode)",			"glyphs[1]",			err,		);		perUserDictionary = {			PBXConfiguration.PBXFileTableDataSource3.PBXErrorsWarningsDataSource = {				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";				PBXFileTableDataSourceColumnSortingKey = PBXErrorsWarningsDataSource_TypeID;				PBXFileTableDataSourceColumnWidthsKey = (					20,					620.8799,					332.2085,				);				PBXFileTableDataSourceColumnsKey = (					PBXErrorsWarningsDataSource_TypeID,					PBXErrorsWarningsDataSource_MessageID,					PBXErrorsWarningsDataSource_LocationID,				);			};			PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";				PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;				PBXFileTableDataSourceColumnWidthsKey = (					20,					688,					20,					123,					43,					43,					20,				);				PBXFileTableDataSourceColumnsKey = (					PBXFileDataSource_FiletypeID,					PBXFileDataSource_Filename_ColumnID,					PBXFileDataSource_Built_ColumnID,					PBXFileDataSource_ObjectSize_ColumnID,					PBXFileDataSource_Errors_ColumnID,					PBXFileDataSource_Warnings_ColumnID,					PBXFileDataSource_Target_ColumnID,				);			};			PBXConfiguration.PBXFileTableDataSource3.PBXFindDataSource = {				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";				PBXFileTableDataSourceColumnSortingKey = PBXFindDataSource_LocationID;				PBXFileTableDataSourceColumnWidthsKey = (					487.2974,					489.2085,				);				PBXFileTableDataSourceColumnsKey = (					PBXFindDataSource_MessageID,					PBXFindDataSource_LocationID,				);			};			PBXConfiguration.PBXFileTableDataSource3.PBXSymbolsDataSource = {				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";				PBXFileTableDataSourceColumnSortingKey = PBXSymbolsDataSource_SymbolNameID;				PBXFileTableDataSourceColumnWidthsKey = (					16,					305.8008,					335.0356,					312.2085,				);				PBXFileTableDataSourceColumnsKey = (					PBXSymbolsDataSource_SymbolTypeIconID,					PBXSymbolsDataSource_SymbolNameID,					PBXSymbolsDataSource_SymbolTypeID,					PBXSymbolsDataSource_ReferenceNameID,				);			};			PBXConfiguration.PBXFileTableDataSource3.XCSCMDataSource = {				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";				PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;				PBXFileTableDataSourceColumnWidthsKey = (					20,					20,					499,					20,					79,					43,					43,					20,				);				PBXFileTableDataSourceColumnsKey = (					PBXFileDataSource_SCM_ColumnID,					PBXFileDataSource_FiletypeID,					PBXFileDataSource_Filename_ColumnID,					PBXFileDataSource_Built_ColumnID,					PBXFileDataSource_ObjectSize_ColumnID,					PBXFileDataSource_Errors_ColumnID,					PBXFileDataSource_Warnings_ColumnID,					PBXFileDataSource_Target_ColumnID,				);			};			PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";				PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;				PBXFileTableDataSourceColumnWidthsKey = (					20,					583,					124,					20,					124,					43,					43,				);				PBXFileTableDataSourceColumnsKey = (					PBXFileDataSource_FiletypeID,					PBXFileDataSource_Filename_ColumnID,					PBXTargetDataSource_PrimaryAttribute,					PBXFileDataSource_Built_ColumnID,					PBXFileDataSource_ObjectSize_ColumnID,					PBXFileDataSource_Errors_ColumnID,					PBXFileDataSource_Warnings_ColumnID,				);			};			PBXPerProjectTemplateStateSaveDate = 124364015;			PBXPrepackagedSmartGroups_v2 = (				{					PBXTransientLocationAtTop = bottom;					absolutePathToBundle = "";					activationKey = OldTargetSmartGroup;					clz = PBXTargetSmartGroup;					description = "Displays all targets of the project.";					globalID = 1C37FABC04509CD000000102;					name = Targets;					preferences = {						image = Targets;					};				},				{					PBXTransientLocationAtTop = bottom;					absolutePathToBundle = "";					clz = PBXTargetSmartGroup2;					description = "Displays all targets of the project as well as nested build phases.";					globalID = 1C37FBAC04509CD000000102;					name = Targets;					preferences = {						image = Targets;					};				},				{					PBXTransientLocationAtTop = bottom;					absolutePathToBundle = "";					clz = PBXExecutablesSmartGroup;					description = "Displays all executables of the project.";					globalID = 1C37FAAC04509CD000000102;					name = Executables;					preferences = {						image = Executable;					};				},				{					" PBXTransientLocationAtTop " = bottom;					absolutePathToBundle = "";					clz = PBXErrorsWarningsSmartGroup;					description = "Displays files with errors or warnings.";					globalID = 1C08E77C0454961000C914BD;					name = "Errors and Warnings";					preferences = {						fnmatch = "";						image = WarningsErrors;						recursive = 1;						regex = "";						root = "<PROJECT>";					};				},				{					PBXTransientLocationAtTop = bottom;					absolutePathToBundle = "";					clz = PBXFilenameSmartGroup;					description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter.";					globalID = 1CC0EA4004350EF90044410B;					name = "Implementation Files";					preferences = {						canSave = 1;						fnmatch = "";						image = SmartFolder;						isLeaf = 0;						recursive = 1;						regex = "?*\\.[mcMC]";						root = "<PROJECT>";					};				},				{					PBXTransientLocationAtTop = bottom;					absolutePathToBundle = "";					clz = PBXFilenameSmartGroup;					description = "This group displays Interface Builder NIB Files.";					globalID = 1CC0EA4004350EF90041110B;					name = "NIB Files";					preferences = {						canSave = 1;						fnmatch = "*.nib";						image = SmartFolder;						isLeaf = 0;						recursive = 1;						regex = "";						root = "<PROJECT>";					};				},				{					PBXTransientLocationAtTop = no;					absolutePathToBundle = "";					clz = PBXFindSmartGroup;					description = "Displays Find Results.";					globalID = 1C37FABC05509CD000000102;					name = "Find Results";					preferences = {						image = spyglass;					};				},				{					PBXTransientLocationAtTop = no;					absolutePathToBundle = "";					clz = PBXBookmarksSmartGroup;					description = "Displays Project Bookmarks.";					globalID = 1C37FABC05539CD112110102;					name = Bookmarks;					preferences = {						image = Bookmarks;					};				},				{					PBXTransientLocationAtTop = bottom;					absolutePathToBundle = "";					clz = XCSCMSmartGroup;					description = "Displays files with interesting SCM status.";					globalID = E2644B35053B69B200211256;					name = SCM;					preferences = {						image = PBXRepository;						isLeaf = 0;					};				},				{					PBXTransientLocationAtTop = bottom;					absolutePathToBundle = "";					clz = PBXSymbolsSmartGroup;					description = "Displays all symbols for the project.";					globalID = 1C37FABC04509CD000100104;					name = "Project Symbols";					preferences = {						image = ProjectSymbols;						isLeaf = 1;					};				},				{					PBXTransientLocationAtTop = bottom;					absolutePathToBundle = "";					clz = PBXFilenameSmartGroup;					description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter.";					globalID = PBXTemplateMarker;					name = "Simple Filter SmartGroup";					preferences = {						canSave = 1;						fnmatch = "*.nib";						image = SmartFolder;						isLeaf = 0;						recursive = 1;						regex = "";						root = "<PROJECT>";					};				},				{					PBXTransientLocationAtTop = bottom;					absolutePathToBundle = "";					clz = PBXFilenameSmartGroup;					description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter.";					globalID = PBXTemplateMarker;					name = "Simple Regular Expression SmartGroup";					preferences = {						canSave = 1;						fnmatch = "";						image = SmartFolder;						isLeaf = 0;						recursive = 1;						regex = "?*\\.[mcMC]";						root = "<PROJECT>";					};				},				{					PBXTransientLocationAtTop = bottom;					clz = XDDesignSmartGroup;					description = "Displays Xdesign models";					globalID = 2E4A936305E6979E00701470;					name = Design;					preferences = {						image = Design;						isLeaf = 0;					};				},			);			PBXWorkspaceContents = (				{

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -