Aspose::Font::Ttf::LicenseFlags class
Contenuti
[
Nascondere
]LicenseFlags class
Rappresenta un wrapper di supporto per i flag di incorporamento dalla tabella ‘OS/2’ (campo fsType).
class LicenseFlags : public System::Object
Metodi
| Metodo | Descrizione |
|---|---|
| get_FSType() const | Restituisce il valore grezzo fsType dalla tabella OS/2 o 0 se questo campo non esiste nella tabella. |
| get_FSTypeAbsent() const | Restituisce true se il flag fsType è assente nella tabella ‘OS/2’. |
| get_IsBitmapOnlyEmbedding() | Rileva se fsType consente l’incorporamento BitmapOnly. |
| get_IsEditableEmbedding() | Rileva se fsType consente l’incorporamento modificabile. |
| get_IsInstallableEmbedding() | Rileva se fsType è un’incorporamento installabile. |
| get_IsNoSubsettingEmbedding() | Rileva se fsType consente l’incorporamento NoSubsetting. |
| get_IsPreviewAndPrintEmbedding() | Rileva se fsType consente l’incorporamento di anteprima e stampa. |
| get_IsReservedType() | Rileva se il bit riservato (bit 0) è impostato per fsType. |
| get_IsRestrictedLicenseEmbedding() | Rileva se fsType è un’incorporamento limitato License. |
Vedi anche
- Class Object
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++