Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "18 Fonts"

m (18. Fonts. moved to 18 Fonts)
m
Line 5: Line 5:
 
We are facing similar problems with platform-independent font code as SWT does. It is even worse as we don't have access to the available fonts on the system that is displaying the application. Choose your fonts carefully (after we enable you to set any fonts ...).
 
We are facing similar problems with platform-independent font code as SWT does. It is even worse as we don't have access to the available fonts on the system that is displaying the application. Choose your fonts carefully (after we enable you to set any fonts ...).
  
===Class FontData.===
+
===Class FontData===
 
Not yet implemented.
 
Not yet implemented.
  
===Class Font.===
+
===Class Font===
 
Not yet implemented.
 
Not yet implemented.
  
===Drawing Text.===
+
===Drawing Text===
 
Drawing text is based on the Graphics Context, see [[16._Graphics_Fundamentals.]]
 
Drawing text is based on the Graphics Context, see [[16._Graphics_Fundamentals.]]
  
===Class FontMetrics.===
+
===Class FontMetrics===
 
Not applicable.
 
Not applicable.

Revision as of 19:01, 9 January 2007

back to table of content

Fonts

We are facing similar problems with platform-independent font code as SWT does. It is even worse as we don't have access to the available fonts on the system that is displaying the application. Choose your fonts carefully (after we enable you to set any fonts ...).

Class FontData

Not yet implemented.

Class Font

Not yet implemented.

Drawing Text

Drawing text is based on the Graphics Context, see 16._Graphics_Fundamentals.

Class FontMetrics

Not applicable.

Back to the top