openshot-audio
0.1.6
|
#include <juce_graphics.h>
Public Member Functions | |
CachedGlyphEdgeTable () | |
void | draw (RendererType &state, Point< float > pos) const |
void | generate (const Font &newFont, const int glyphNumber) |
![]() | |
void | incReferenceCount () noexcept |
void | decReferenceCount () noexcept |
bool | decReferenceCountWithoutDeleting () noexcept |
int | getReferenceCount () const noexcept |
Public Attributes | |
Font | font |
ScopedPointer< EdgeTable > | edgeTable |
int | glyph |
int | lastAccessCount |
bool | snapToIntegerCoordinate |
Additional Inherited Members | |
![]() | |
ReferenceCountedObject () | |
virtual | ~ReferenceCountedObject () |
void | resetReferenceCount () noexcept |
Caches a glyph as an edge-table.
|
inline |
|
inline |
|
inline |
ScopedPointer<EdgeTable> juce::RenderingHelpers::CachedGlyphEdgeTable< RendererType >::edgeTable |
Font juce::RenderingHelpers::CachedGlyphEdgeTable< RendererType >::font |
int juce::RenderingHelpers::CachedGlyphEdgeTable< RendererType >::glyph |
int juce::RenderingHelpers::CachedGlyphEdgeTable< RendererType >::lastAccessCount |
bool juce::RenderingHelpers::CachedGlyphEdgeTable< RendererType >::snapToIntegerCoordinate |