SaveSubsetFonts
FontInfoCollection.SaveSubsetFonts property
Gömülü TrueType yazı tiplerinin bir alt kümesinin belgeyle birlikte kaydedilip kaydedilmeyeceğini belirtir. Bu özelliğin varsayılan değeri:YANLIŞ
.
Bu seçenek yalnızca şu durumlarda çalışır:EmbedTrueTypeFonts
mülk ayarlandıdoğru
.
public bool SaveSubsetFonts { get; set; }
Notlar
Bu seçenek yalnızca DOC, DOCX ve RTF biçimleri için çalışır.
Örnekler
TrueType yazı tiplerinin gömülü olduğu bir belgenin nasıl kaydedileceğini gösterir.
Document doc = new Document(MyDir + "Document.docx");
FontInfoCollection fontInfos = doc.FontInfos;
fontInfos.EmbedTrueTypeFonts = embedAllFonts;
fontInfos.EmbedSystemFonts = embedAllFonts;
fontInfos.SaveSubsetFonts = embedAllFonts;
doc.Save(ArtifactsDir + "Font.FontInfoCollection.docx");
Ayrıca bakınız
- class FontInfoCollection
- ad alanı Aspose.Words.Fonts
- toplantı Aspose.Words