Re: Tk Unicode is slow
Yes, I'd also love to see more introspection, like this
(pipe-dreaming):
font which ?-displayof display? char
returns a list of fonts that provide the specified char, or {} for
none.
font unknown ?-displayof display? body
will append the non-renderable character to 'body', which can raise an
error, or return a string for which the rendering is retried
(e.g. for resolving ligatures - "ff" -> "f f")
.
Relevant Pages
- Re: file .dat into a window
... But I think you will find that it can select and display a file ... /* Added Font on May 29, 2003 to allow the font that is used to ... /* Setup Menu Bar and Items ... JMenuItem PreferencesMenuItem = new JMenuItem; ... (comp.lang.java.programmer) - Re: X-windows: MAC server on VMS client
... Is it correct to state that on the mac, X fonts are synthetised from the ... What you need to do for VMS is to enable the TCP/IP font server, which is not enabled by default. ... it may be that the X11 Server needs to know the physical geometry of the primary display. ... (comp.os.vms) - Re: Altering screen appearance of Text Edit
... can display on your monitor. ... You're changing font sizes but the window will stay the ... Obviously choose the font sizes in TextEdit Preferences to ... when a software designer is too lazy to implement the difference ... (comp.sys.mac.apps) - Re: MAGIX - MEP Titles
... In mine there is mention of the font ... are the same as used in .rtf files. ... what is needed to display the text normally. ... be white paper or video display). ... (rec.video.desktop) - Component inside JList not painting; now resolved
... from the ListCellRenderer. ... of putting the display logic in paintrather than paintComponent; ... NumberComponent (String S, String F, int size) { ... f = new Font; ... (comp.lang.java.gui) |
|