Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.6.0/
DKconfig675 prompt "Select a character encoding for strings"
677 …Select a character encoding for strings. Your IDE or editor should have the same character encodin…
/lvgl-3.6.0/docs/intro/
Dindex.md11 - Multi-language support with UTF-8 encoding
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h5271 …stbtt_int32 platform = ttUSHORT(fc, loc + 0), encoding = ttUSHORT(fc, loc + 2), language = ttUSHOR… local
5274 … if(platform == 0 || (platform == 3 && encoding == 1) || (platform == 3 && encoding == 10)) {
5283 … ttUSHORT(fc, loc + 12 + 2) == encoding && ttUSHORT(fc, loc + 12 + 4) == language) {
/lvgl-3.6.0/scripts/
DDoxyfile20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
795 # This tag can be used to specify the character encoding of the source files
796 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
/lvgl-3.6.0/docs/
DCHANGELOG.md1995 - Fix UTF-8 encoding when `LV_USE_ARABIC_PERSIAN_CHARS` is enabled