1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_graphics/fonts
2017-11-08 15:15:22 +00:00
..
juce_AttributedString.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_AttributedString.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_CustomTypeface.cpp Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
juce_CustomTypeface.h Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
juce_Font.cpp Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag 2017-10-09 15:39:22 +01:00
juce_Font.h Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 2017-10-09 12:38:06 +01:00
juce_GlyphArrangement.cpp Fixed some VS2013 compiler errors 2017-10-18 11:05:40 +01:00
juce_GlyphArrangement.h Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
juce_TextLayout.cpp Fix for the TextLayout when drawing at non-origin coords 2017-11-08 15:15:22 +00:00
juce_TextLayout.h Optimisation for drawing of large TextLayouts that go beyond the top and bottom of the graphics clip region 2017-10-31 17:30:50 +00:00
juce_Typeface.cpp Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
juce_Typeface.h Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00