WebTextRegionSymbolJS Constructor(object,string,string,number,number)
В этом разделе
Initializes a new instance of the
WebTextRegionSymbolJS class.
Синтаксис
// Parameters
var selectionRegion; // Type: object
var symbol; // Type: string
var fontName; // Type: string
var fontBBoxWidth; // Type: number
var fontBBoxHeight; // Type: number
var instance = new Vintasoft.Imaging.WebTextRegionSymbolJS(selectionRegion, symbol, fontName, fontBBoxWidth, fontBBoxHeight);
function WebTextRegionSymbolJS(
: object,
: string,
: string,
: number,
: number
) : WebTextRegionSymbolJS;
Parameters
- selectionRegion
- Область выбора этого символа.
- symbol
- Текстовый символ.
- fontName
- Имя шрифта.
- fontBBoxWidth
- Ширина ограничивающей рамки шрифта.
- fontBBoxHeight
- Высота ограничивающей рамки шрифта.
Совместимость с веб браузерами
Смотрите также