fluid.typeface

Undocumented in source.

Members

Classes

FreetypeTypeface
class FreetypeTypeface

Represents a freetype2-powered typeface.

Functions

breakWords
auto breakWords(Range range)

Break words on whitespace and punctuation. Splitter characters stick to the word that precedes them, e.g. foo!! bar. is split as ["foo!! ", "bar."].

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