openshot-audio
0.1.7
|
#include <juce_RenderingHelpers.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> RenderingHelpers::CachedGlyphEdgeTable< RendererType >::edgeTable |
Font RenderingHelpers::CachedGlyphEdgeTable< RendererType >::font |
int RenderingHelpers::CachedGlyphEdgeTable< RendererType >::glyph |
int RenderingHelpers::CachedGlyphEdgeTable< RendererType >::lastAccessCount |
bool RenderingHelpers::CachedGlyphEdgeTable< RendererType >::snapToIntegerCoordinate |