XFINIUM.PDF Documentation
UpdateGlyphsSubset Method



Array of glyph indexes to be included in the subset.
Updates the set of glyphs that must be subset in the final font data.
Syntax
'Declaration
 
Public Sub UpdateGlyphsSubset( _
   ByVal glyphs() As Integer _
) 
'Usage
 
Dim instance As PdfTrueTypeFont
Dim glyphs() As Integer
 
instance.UpdateGlyphsSubset(glyphs)
public void UpdateGlyphsSubset( 
   int[] glyphs
)
public:
void UpdateGlyphsSubset( 
   array<int>^ glyphs
) 

Parameters

glyphs
Array of glyph indexes to be included in the subset.
Remarks
This method is called automatically when using the DrawString methods in the PdfGraphics class but when the low level methods in PdfContentStream class are used then the glyphs to be subset must be added manually.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfTrueTypeFont Class
PdfTrueTypeFont Members

Send Feedback