|
openshot-audio
0.1.5
|
#include <juce_RenderingHelpers.h>
Public Member Functions | |
| CachedGlyphEdgeTable () | |
| void | draw (RendererType &state, Point< float > pos) const |
| void | generate (const Font &newFont, const int glyphNumber) |
Public Member Functions inherited from ReferenceCountedObject | |
| 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 | |
Protected Member Functions inherited from ReferenceCountedObject | |
| 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 |
1.8.13