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
2015-04-08 10:43:11 +01: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 Improved the vertical font hinting algorithm and removed some duplicated typeface code. 2014-01-05 19:46:13 +00:00
juce_CustomTypeface.h Workaround for layout of CustomTypefaces on OSX 2014-05-16 09:53:38 +01:00
juce_Font.cpp Reverted my typo that had changed the minimum font horizontal scale from the old default 0.7 2015-03-19 15:40:48 +00:00
juce_Font.h Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount. 2015-03-17 11:41:14 +00:00
juce_GlyphArrangement.cpp Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount. 2015-03-17 11:41:14 +00:00
juce_GlyphArrangement.h Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount. 2015-03-17 11:41:14 +00:00
juce_TextLayout.cpp Fix TextLayout height when string is empty 2015-04-08 10:43:11 +01:00
juce_TextLayout.h Modified TextLayout creation functions to take an optional maximum height as well as a maximum width. 2014-12-29 12:07:31 +00:00
juce_Typeface.cpp Tiny tweak to the typeface hinting algorithm. 2014-01-12 17:14:19 +00:00
juce_Typeface.h Improved the vertical font hinting algorithm and removed some duplicated typeface code. 2014-01-05 19:46:13 +00:00