Control font embedding in your documents with SaveOptions' AllowEmbeddingPostScriptFonts. Easily manage Truetype font options for enhanced document quality....PostScript outlines when embedding TrueType fonts in a document upon it...FontSourceBase [] { otf }); // Embed TrueType fonts. doc . FontInfos . EmbedTrueTypeFonts...
Represents a collection of fonts used in a document in Java....save a document with embedded TrueType fonts. Document doc = new...Specifies whether or not to embed TrueType fonts in a document when it...
Aspose.Font APIs for the .NET, Java and C++ developers, building cool fonts processing applicaitons....font formats such as TrueType (with TrueType collections), CFF,...font formats such as TrueType (with TrueType collections), CFF,...
FontInfoCollection.saveSubsetFonts property. Specifies whether or not to save a subset of the embedded Truetype fonts with the document...save a subset of the embedded TrueType fonts with the document. Default...save a document with embedded TrueType fonts. let doc = new aw ....
Java APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save TTF fonts within Java....Developer Guide Working with TrueType and OpenType Fonts Loading...Extracting Data and Saving from TrueType Fonts Live Demos About Font...
FontInfo.is_true_type property. Indicates that this font is a Truetype or OpenType font as opposed to a raster or vector font...Indicates that this font is a TrueType or OpenType font as opposed...is_true_type else 'not ' ) } a TrueType font" ) See Also module aspose...
Discover the FontInfoCollection SaveSubsetFonts property, control embedded Truetype font subsets in your documents for optimized file size and performance....save a subset of the embedded TrueType fonts with the document. Default...save a document with embedded TrueType fonts. Document doc = new...
FontInfoCollection.save_subset_fonts property. Specifies whether or not to save a subset of the embedded Truetype fonts with the document...save a subset of the embedded TrueType fonts with the document. Default...save a document with embedded TrueType fonts. doc = aw . Document...
Discover FontInfo's IsTruetype property, ensuring your font is Truetype or OpenType for superior quality—perfect for crisp and scalable designs....Indicates that this font is a TrueType or OpenType font as opposed...IsTrueType ? "" : " not ")}a trueType font" ); } See Also class...