roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
utf8.h
Go to the documentation of this file.
1#pragma once
2
3#include "roo_backport.h"
4#include "roo_backport/string_view.h"
5
6namespace roo_display {
7
8/// DEPRECATED: use `roo::string_view` directly.
9///
10/// This alias may be removed in future versions of the library.
11using StringView = roo::string_view;
12
13} // namespace roo_display
Defines 140 opaque HTML named colors.
roo::string_view StringView
DEPRECATED: use roo::string_view directly.
Definition utf8.h:11