Home
last modified time | relevance | path

Searched refs:TrueType (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dmeta.h48 typedef BoolType<true> TrueType; typedef
62 template <> struct AndExprCond<true, true> : TrueType {};
63 template <bool Cond1, bool Cond2> struct OrExprCond : TrueType {};
66 template <typename C> struct BoolExpr : SelectIf<C,TrueType,FalseType>::Type {};
67 template <typename C> struct NotExpr : SelectIf<C,FalseType,TrueType>::Type {};
84 template <typename T> struct IsSame<T, T> : TrueType {};
87 template <typename T> struct IsConst<const T> : TrueType {};
95 template <typename T> struct IsPointer<T*> : TrueType {};
/lvgl-latest/
D.typos.toml28 # https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6loca.html
/lvgl-latest/docs/details/libs/
Dtiny_ttf.rst12 Allow using TrueType fonts in LVGL.
/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h430 public TrueType