fluid.typeface

Undocumented in source.

Members

Classes

FreetypeTypeface
class FreetypeTypeface

Represents a freetype2-powered typeface.

RaylibTypeface
class RaylibTypeface

Font rendering via Raylib. Discouraged, potentially slow, and not HiDPI-compatible. Use FreetypeTypeface instead.

Functions

freetype
FT_Library freetype()

Get the thread-local freetype reference.

Interfaces

Typeface
interface Typeface

Low-level interface for drawing text. Represents a single typeface.

Structs

TextRuler
struct TextRuler

Low level interface for measuring text.

Variables

ret
FTSupport ret;
Undocumented in source.

Meta