FastLED 3.9.15
Loading...
Searching...
No Matches
truetype.h File Reference
#include "fl/stl/vector.h"
#include "fl/stl/shared_ptr.h"
#include "fl/stl/span.h"
#include "fl/stl/stdint.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for truetype.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::Font
 
struct  fl::FontMetrics
 
class  fl::FontRenderer
 
struct  fl::FontRenderer::ScaledMetrics
 
struct  fl::GlyphBitmap
 
struct  fl::GlyphMetrics
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Typedefs

using fl::FontPtr = fl::shared_ptr<Font>
 

Class Documentation

◆ fl::FontMetrics

struct fl::FontMetrics
Class Members
i32 ascent
i32 descent
i32 lineGap
i32 x0
i32 x1
i32 y0
i32 y1

◆ fl::GlyphMetrics

struct fl::GlyphMetrics
Class Members
i32 advanceWidth
bool isEmpty
i32 leftSideBearing
i32 x0
i32 x1
i32 y0
i32 y1