Android-cuttlefish cvd tool
Namespaces | Functions
font_rendering.cpp File Reference
#include <teeui/font_rendering.h>
Include dependency graph for font_rendering.cpp:

Namespaces

namespace  teeui
 

Functions

bool teeui::isBreakable (unsigned long codePoint)
 
bool teeui::isNewline (unsigned long codePoint)
 
std::tuple< Error, Box< pxs >, UTF8Range< const char * > > teeui::findLongestWordSequence (TextFace *face, const UTF8Range< const char * > &text, const Box< pxs > &boundingBox)
 
Error teeui::drawText (TextFace *face, const UTF8Range< const char * > &text, const PixelDrawer &drawPixel, PxPoint pen)