mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Initial commit of font style access, providing access to the styles available for each font family.
This commit is contained in:
parent
9c21813960
commit
941907a3d1
14 changed files with 824 additions and 348 deletions
|
|
@ -67,8 +67,6 @@
|
|||
namespace juce
|
||||
{
|
||||
|
||||
// START_AUTOINCLUDE colour/*.cpp, geometry/*.cpp, placement/*.cpp, contexts/*.cpp, images/*.cpp,
|
||||
// image_formats/*.cpp, fonts/*.cpp, effects/*.cpp
|
||||
#include "colour/juce_Colour.cpp"
|
||||
#include "colour/juce_ColourGradient.cpp"
|
||||
#include "colour/juce_Colours.cpp"
|
||||
|
|
@ -92,14 +90,13 @@ namespace juce
|
|||
#include "image_formats/juce_JPEGLoader.cpp"
|
||||
#include "image_formats/juce_PNGLoader.cpp"
|
||||
#include "fonts/juce_AttributedString.cpp"
|
||||
#include "fonts/juce_Typeface.cpp"
|
||||
#include "fonts/juce_CustomTypeface.cpp"
|
||||
#include "fonts/juce_Font.cpp"
|
||||
#include "fonts/juce_GlyphArrangement.cpp"
|
||||
#include "fonts/juce_TextLayout.cpp"
|
||||
#include "fonts/juce_Typeface.cpp"
|
||||
#include "effects/juce_DropShadowEffect.cpp"
|
||||
#include "effects/juce_GlowEffect.cpp"
|
||||
// END_AUTOINCLUDE
|
||||
|
||||
//==============================================================================
|
||||
#if JUCE_MAC || JUCE_IOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue