1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_graphics/fonts
2013-12-19 15:39:30 +00:00
..
juce_AttributedString.cpp Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
juce_AttributedString.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_CustomTypeface.cpp Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
juce_CustomTypeface.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_Font.cpp Made sure that glyph caches are flushed along with the typeface cache. 2013-10-23 11:50:04 +01:00
juce_Font.h Stripped out some unnecessary boilerplate includes from juce_graphics. 2013-08-24 10:49:25 +01:00
juce_GlyphArrangement.cpp Minor clean-ups around the Justification class. 2013-08-20 17:27:41 +01:00
juce_GlyphArrangement.h Stripped out some unnecessary boilerplate includes from juce_graphics. 2013-08-24 10:49:25 +01:00
juce_TextLayout.cpp Fix for software text layout colour of single-character strings. 2013-10-11 21:56:44 +01:00
juce_TextLayout.h Stripped out some unnecessary boilerplate includes from juce_graphics. 2013-08-24 10:49:25 +01:00
juce_Typeface.cpp Windows default font fix. 2013-06-16 21:48:02 +01:00
juce_Typeface.h Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor() 2013-12-19 15:39:30 +00:00