1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_graphics/fonts
2017-12-19 12:44:24 +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 Added a GZIPCompressorOutputStream constructor that takes a reference. 2017-11-27 16:56:11 +00:00
juce_CustomTypeface.h Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
juce_Font.cpp Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 2017-12-12 16:24:40 +00: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 const violation errors 2017-12-19 12:44:24 +00:00
juce_GlyphArrangement.h Fixed some const violation errors 2017-12-19 12:44:24 +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 minor formatting and comment fixes 2017-11-28 17:46:15 +00:00