struct font_face_t

Declaration

struct font_face_t { /* full declaration omitted */ };

Declared at: include/ekg/draw/typography.hpp:45

Member Variables

public FT_Face ft_face = {}
public FT_GlyphSlot ft_glyph_slot = {}
public std::string_view font_path = {}
public bool font_face_changed = {}
public bool font_face_loaded = {}