reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofUnicode::range Struct Reference

#include <ofTrueTypeFont.h>

Public Member Functions

 range ()
 
 range (uint32_t be, uint32_t en)
 
std::uint32_t getNumGlyphs () const
 

Public Attributes

std::uint32_t begin = 0
 
std::uint32_t end = 0
 

Constructor & Destructor Documentation

◆ range() [1/2]

ofUnicode::range::range ( )
inline

◆ range() [2/2]

ofUnicode::range::range ( uint32_t  be,
uint32_t  en 
)
inline

Member Function Documentation

◆ getNumGlyphs()

std::uint32_t ofUnicode::range::getNumGlyphs ( ) const
inline

Member Data Documentation

◆ begin

std::uint32_t ofUnicode::range::begin = 0

◆ end

std::uint32_t ofUnicode::range::end = 0

The documentation for this struct was generated from the following file: