mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
AttributedString class and advanced text layout (stage 1)
This commit is contained in:
parent
15252c7227
commit
4773b388ef
55 changed files with 2528 additions and 35 deletions
|
|
@ -34,6 +34,7 @@
|
|||
// juce_graphics flags:
|
||||
|
||||
#define JUCE_USE_COREIMAGE_LOADER 0
|
||||
//#define JUCE_USE_DIRECTWRITE
|
||||
|
||||
//==============================================================================
|
||||
// juce_gui_basics flags:
|
||||
|
|
|
|||
|
|
@ -381,7 +381,7 @@ static const unsigned char temp_98c9479f[] =
|
|||
"/*\r\n"
|
||||
" ==============================================================================\r\n"
|
||||
"\r\n"
|
||||
" This file was auto-generated by the Jucer!\r\n"
|
||||
" This file was auto-generated!\r\n"
|
||||
"\r\n"
|
||||
" It contains the basic startup code for a Juce application.\r\n"
|
||||
"\r\n"
|
||||
|
|
@ -563,7 +563,7 @@ static const unsigned char temp_62b91564[] =
|
|||
"/*\r\n"
|
||||
" ==============================================================================\r\n"
|
||||
"\r\n"
|
||||
" This file was auto-generated by the Jucer!\r\n"
|
||||
" This file was auto-generated!\r\n"
|
||||
"\r\n"
|
||||
" It contains the basic startup code for a Juce application.\r\n"
|
||||
"\r\n"
|
||||
|
|
@ -640,7 +640,7 @@ static const unsigned char temp_794304c3[] =
|
|||
"/*\r\n"
|
||||
" ==============================================================================\r\n"
|
||||
"\r\n"
|
||||
" This file was auto-generated by the Jucer!\r\n"
|
||||
" This file was auto-generated!\r\n"
|
||||
"\r\n"
|
||||
" It contains the basic startup code for a Juce application.\r\n"
|
||||
"\r\n"
|
||||
|
|
@ -783,7 +783,7 @@ static const unsigned char temp_6fd7e50[] =
|
|||
"/*\r\n"
|
||||
" ==============================================================================\r\n"
|
||||
"\r\n"
|
||||
" This file was auto-generated by the Jucer!\r\n"
|
||||
" This file was auto-generated!\r\n"
|
||||
"\r\n"
|
||||
" It contains the basic outline for a simple desktop window.\r\n"
|
||||
"\r\n"
|
||||
|
|
@ -819,7 +819,7 @@ static const unsigned char temp_613d4455[] =
|
|||
"/*\r\n"
|
||||
" ==============================================================================\r\n"
|
||||
"\r\n"
|
||||
" This file was auto-generated by the Jucer!\r\n"
|
||||
" This file was auto-generated!\r\n"
|
||||
"\r\n"
|
||||
" It contains the basic outline for a simple desktop window.\r\n"
|
||||
"\r\n"
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@ namespace BinaryData
|
|||
const int jucer_AudioPluginEditorTemplate_hSize = 799;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_cpp;
|
||||
const int jucer_AudioPluginFilterTemplate_cppSize = 4468;
|
||||
const int jucer_AudioPluginFilterTemplate_cppSize = 4455;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_h;
|
||||
const int jucer_AudioPluginFilterTemplate_hSize = 2413;
|
||||
const int jucer_AudioPluginFilterTemplate_hSize = 2400;
|
||||
|
||||
extern const char* jucer_MainConsoleAppTemplate_cpp;
|
||||
const int jucer_MainConsoleAppTemplate_cppSize = 483;
|
||||
const int jucer_MainConsoleAppTemplate_cppSize = 470;
|
||||
|
||||
extern const char* jucer_MainTemplate_cpp;
|
||||
const int jucer_MainTemplate_cppSize = 1825;
|
||||
|
|
@ -38,10 +38,10 @@ namespace BinaryData
|
|||
const int jucer_NewCppFileTemplate_hSize = 308;
|
||||
|
||||
extern const char* jucer_WindowTemplate_cpp;
|
||||
const int jucer_WindowTemplate_cppSize = 794;
|
||||
const int jucer_WindowTemplate_cppSize = 781;
|
||||
|
||||
extern const char* jucer_WindowTemplate_h;
|
||||
const int jucer_WindowTemplate_hSize = 1229;
|
||||
const int jucer_WindowTemplate_hSize = 1216;
|
||||
|
||||
extern const char* juce_icon_png;
|
||||
const int juce_icon_pngSize = 19826;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue