PrintJobSettings.getGlyphWidthsArray(String, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Array ^ getGlyphWidthsArray(System::String ^ _fontName, int _firstChar, int _lastChar);
public virtual Microsoft.Dynamics.Ax.Xpp.Array getGlyphWidthsArray (string _fontName, int _firstChar, int _lastChar);
abstract member getGlyphWidthsArray : string * int * int -> Microsoft.Dynamics.Ax.Xpp.Array
override this.getGlyphWidthsArray : string * int * int -> Microsoft.Dynamics.Ax.Xpp.Array
Public Overridable Function getGlyphWidthsArray (_fontName As String, _firstChar As Integer, _lastChar As Integer) As Array
Parameters
- _fontName
- String
- _firstChar
- Int32
- _lastChar
- Int32