Searched refs:FontBuffer (Results 1 – 1 of 1) sorted by relevance
30 class FontBuffer {35 constexpr FontBuffer() : data_(nullptr), size_(0) {} in FontBuffer() function36 constexpr FontBuffer(const uint8_t* data, size_t size) noexcept : data_(data), size_(size) {} in FontBuffer() function38 explicit constexpr FontBuffer(const uint8_t (&data)[size]) noexcept in FontBuffer() function40 constexpr FontBuffer(const FontBuffer&) noexcept = default;41 constexpr FontBuffer(FontBuffer&&) noexcept = default;42 FontBuffer& operator=(FontBuffer&&) noexcept = default;43 FontBuffer& operator=(const FontBuffer&) noexcept = default;72 Alignment verticalJustified, Color textColor, FontBuffer font, uint64_t textId) in LabelImpl()97 FontBuffer font_;[all …]