Home
last modified time | relevance | path

Searched refs:unicodeCategory (Results 1 – 2 of 2) sorted by relevance

/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmfontstrings.cpp344 unicodeCategory[QChar::Mark_Enclosing] = tr("Mark, Enclosing" ); in fillUniCat()
346 unicodeCategory[QChar::Number_Letter] = tr("Number, Letter" ); in fillUniCat()
347 unicodeCategory[QChar::Number_Other] = tr("Number, Other" ); in fillUniCat()
349 unicodeCategory[QChar::Separator_Line] = tr("Separator, Line" ); in fillUniCat()
351 unicodeCategory[QChar::Other_Control] = tr("Other, Control" ); in fillUniCat()
352 unicodeCategory[QChar::Other_Format] = tr("Other, Format" ); in fillUniCat()
360 unicodeCategory[QChar::Letter_Other] = tr("Letter, Other" ); in fillUniCat()
368 unicodeCategory[QChar::Symbol_Math] = tr("Symbol, Math" ); in fillUniCat()
371 unicodeCategory[QChar::Symbol_Other] = tr("Symbol, Other" ); in fillUniCat()
532 if(getInstance()->unicodeCategory.contains(cat)) in UnicodeCategory()
[all …]
H A Dfmfontstrings.h75 QMap<QChar::Category, QString> unicodeCategory; variable