Modifier and Type | Method and Description |
---|---|
Font |
GridViewerRow.getFont(int columnIndex) |
Modifier and Type | Method and Description |
---|---|
void |
GridViewerRow.setFont(int columnIndex,
Font font) |
Modifier and Type | Method and Description |
---|---|
Font |
GridItem.getFont()
Returns the font that the receiver will use to paint textual information
for this item.
|
Font |
GridItem.getFont(int index)
Returns the font that the receiver will use to paint textual information
for the specified cell in this item.
|
Font |
GridColumn.getFooterFont()
Returns the font that the receiver will use to paint textual information
for the footer.
|
Font |
GridColumn.getHeaderFont()
Returns the font that the receiver will use to paint textual information
for the header.
|
Font |
GridColumnGroup.getHeaderFont()
Returns the font that the receiver will use to paint textual information
for the header.
|
Font |
GridItem.getHeaderFont()
Returns the receiver's row header font
|
Modifier and Type | Method and Description |
---|---|
void |
Grid.setFont(Font font) |
void |
GridItem.setFont(Font font)
Sets the font that the receiver will use to paint textual information for
this item to the font specified by the argument, or to the default font
for that kind of control if the argument is null.
|
void |
GridItem.setFont(int index,
Font font)
Sets the font that the receiver will use to paint textual information for
the specified cell in this item to the font specified by the argument, or
to the default font for that kind of control if the argument is null.
|
void |
GridColumn.setFooterFont(Font font)
Sets the Font to be used when displaying the Footer text.
|
void |
GridColumn.setHeaderFont(Font font)
Sets the Font to be used when displaying the Header text.
|
void |
GridColumnGroup.setHeaderFont(Font font)
Sets the Font to be used when displaying the Header text.
|
void |
GridItem.setHeaderFont(Font headerFont)
Set the new header font
|
Modifier and Type | Method and Description |
---|---|
void |
RichTextEditor.setFont(Font font) |
Modifier and Type | Method and Description |
---|---|
static JsonValue |
JsonMapping.toJson(Font font)
Returns the JSON representation for the given Font.
|
Modifier and Type | Method and Description |
---|---|
T |
Cell.setFont(Font font)
Sets the font for this cell.
|
Modifier and Type | Method and Description |
---|---|
Font |
ControlThemeAdapter.getFont(Control control)
Returns the default font that the specified control will use to paint
textual information when no user-defined font has been set using
Control.setFont(Font) . |
Modifier and Type | Method and Description |
---|---|
Font |
CTabItem.getFont()
Returns the font that the receiver will use to paint textual information.
|
Modifier and Type | Method and Description |
---|---|
void |
CLabel.setFont(Font font) |
void |
CTabFolder.setFont(Font font) |
void |
CTabItem.setFont(Font font)
Sets the font that the receiver will use to paint textual information
for this item to the font specified by the argument, or to the default font
for that kind of control if the argument is null.
|
Modifier and Type | Method and Description |
---|---|
Font |
GC.getFont()
Returns the font currently being used by the receiver
to draw and measure text.
|
Font |
Device.getSystemFont()
Returns a reasonable font for applications to use.
|
Modifier and Type | Method and Description |
---|---|
void |
GC.setFont(Font font)
Sets the font which will be used by the receiver
to draw and measure text to the argument.
|
Modifier and Type | Method and Description |
---|---|
Font |
Control.getFont()
Returns the font that the receiver will use to paint textual information.
|
Font |
TableItem.getFont()
Returns the font that the receiver will use to paint textual information for this item.
|
Font |
TreeItem.getFont()
Returns the font that the receiver will use to paint textual information
for this item.
|
Font |
TableItem.getFont(int index)
Returns the font that the receiver will use to paint textual information
for the specified cell in this item.
|
Font |
TreeItem.getFont(int index)
Returns the font that the receiver will use to paint textual information
for the specified cell in this item.
|
Modifier and Type | Method and Description |
---|---|
void |
Control.setFont(Font font)
Sets the font that the receiver will use to paint textual information
to the font specified by the argument, or to the default font for that
kind of control if the argument is null.
|
void |
DateTime.setFont(Font font) |
void |
List.setFont(Font font) |
void |
Table.setFont(Font font) |
void |
TableItem.setFont(Font font)
Sets the font that the receiver will use to paint textual information
for this item to the font specified by the argument, or to the default font
for that kind of control if the argument is null.
|
void |
ToolBar.setFont(Font font) |
void |
Tree.setFont(Font font) |
void |
TreeItem.setFont(Font font)
Sets the font that the receiver will use to paint textual information for
this item to the font specified by the argument, or to the default font for
that kind of control if the argument is null.
|
void |
TableItem.setFont(int index,
Font font)
Sets the font that the receiver will use to paint textual information
for the specified cell in this item to the font specified by the
argument, or to the default font for that kind of control if the
argument is null.
|
void |
TreeItem.setFont(int index,
Font font)
Sets the font that the receiver will use to paint textual information for
the specified cell in this item to the font specified by the argument, or
to the default font for that kind of control if the argument is null.
|
Copyright (c) EclipseSource and others 2002, 2020.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0