MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > i) Widget Functions > legato_stringutils.h
MPLAB® Harmony Graphics Suite
legato_stringutils.h

Microchip Technology Inc.

File Name

legato_stringutils.h

Description

Module for Microchip Graphics Library - Legato User Interface Library 

This module implements various string utility functions.

Functions
 
Name 
Description 
 
Given an encoded codepoint (ASCII, UTF-8, or UTF-16) returns the actual codepoint 
 
Converts a C-style string into a leChar buffer 
 
Gets the glyph at a point inside a leChar string bounding rectangle 
 
Gets the glyph at a point inside a C-style string bounding rectangle 
 
Gets a glyph bounding rectangle for a leChar style string 
 
Gets a glyph bounding rectangle for a C-style string 
 
Gets the line count for a leChar style string 
 
Gets the line count for a C-style string 
 
Gets the line indices for a leChar style string 
 
Gets the line indices for a C-style string 
 
Gets the line bounding rectangle for a leChar style string 
 
Gets the line bounding rectangle for a C-style string 
 
Gets the bounding rectangle for a leChar style string 
 
Gets the bounding rectangle for a C-style string 
 
Converts an leChar style buffer to a C-style string 
Macros
 
Name 
Description 
 
This is macro LE_STRINGUTILS_H. 
MPLAB® Harmony Graphics Suite