JUCE  v5.1.1-3-g1a0b28c73
JUCE API
CoreGraphicsContext::SavedState Struct Reference
Collaboration diagram for CoreGraphicsContext::SavedState:

Public Member Functions

 SavedState ()
 
 SavedState (const SavedState &)
 
 ~SavedState ()
 
void setFill (const FillType &)
 

Public Attributes

FillType fillType
 
Font font
 
CGFontRef fontRef
 
CGAffineTransform fontTransform
 
CGGradientRef gradient
 

Constructor & Destructor Documentation

◆ SavedState() [1/2]

CoreGraphicsContext::SavedState::SavedState ( )

◆ SavedState() [2/2]

CoreGraphicsContext::SavedState::SavedState ( const SavedState )

◆ ~SavedState()

CoreGraphicsContext::SavedState::~SavedState ( )

Member Function Documentation

◆ setFill()

void CoreGraphicsContext::SavedState::setFill ( const FillType )

Member Data Documentation

◆ fillType

FillType CoreGraphicsContext::SavedState::fillType

◆ font

Font CoreGraphicsContext::SavedState::font

◆ fontRef

CGFontRef CoreGraphicsContext::SavedState::fontRef

◆ fontTransform

CGAffineTransform CoreGraphicsContext::SavedState::fontTransform

◆ gradient

CGGradientRef CoreGraphicsContext::SavedState::gradient

The documentation for this struct was generated from the following file: