Home
last modified time | relevance | path

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

/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmfontstrings.cpp332m_FsType[FontItem::NOT_RESTRICTED] = tr("This font may be embedded and permanently installed on th… in fillFSftypeMap()
333m_FsType[FontItem::RESTRICTED] = tr("This font must not be modified, embedded or exchanged in any … in fillFSftypeMap()
334m_FsType[FontItem::PREVIEW_PRINT] = tr("This font may be embedded, and temporarily loaded on the r… in fillFSftypeMap()
335m_FsType[FontItem::EDIT_EMBED] = tr("This font may be embedded but must only be installed tempora… in fillFSftypeMap()
336m_FsType[FontItem::NOSUBSET] = tr("This font may not be subsetted prior to embedding. Other embedd… in fillFSftypeMap()
337m_FsType[FontItem::BITMAP_ONLY] = tr("Only bitmaps contained in this font may be embedded. No outl… in fillFSftypeMap()
487 return that->m_FsType[fstype_part]; in FsType()
H A Dfmfontstrings.h74 QMap< int, QString > m_FsType; variable