| Package | Description |
|---|---|
| com.xalys.xgl | |
| com.xalys.xgl.browser.dom.html.svg | |
| com.xalys.xgl.font | |
| com.xalys.xgl.svg | |
| com.xalys.xgl.util |
| Modifier and Type | Method and Description |
|---|---|
Paragraph |
Paragraph.setFont(Font font) |
| Modifier and Type | Method and Description |
|---|---|
void |
SVGTextElement.setFont(Font font) |
| Modifier and Type | Method and Description |
|---|---|
Font |
Font.__setFamily(Object fontFamilies) |
Font |
Font.setFamily(FontFamily... fontFamily) |
Font |
Font.setFamily(FontFamily fontFamily) |
Font |
Font.setFamily(List<FontFamily> fontFamily) |
Font |
Font.setSize(Double fontSize) |
Font |
Font.setSize(double fontSize,
Unit unit) |
Font |
Font.setSize(Double fontSize,
Unit unit) |
Font |
Font.setStyle(FontStyle fontStyle) |
Font |
Font.setUnit(Unit unit) |
Font |
Font.setWeight(FontWeight fontWeight) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Font.setFontStyle(Element<?> element,
Font font) |
| Modifier and Type | Method and Description |
|---|---|
Font |
Text.getFont() |
| Modifier and Type | Method and Description |
|---|---|
Text |
Text.setFont(Font font) |
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox |
TextMetrics.getBoundingBox(String s,
Font font) |
static double |
TextMetrics.getFontSize(String s,
Font font) |
static double |
TextMetrics.getWidth(String s,
Font font) |
Copyright © 2018 Xalys. All rights reserved.