Hi Etsushi,
With current aquavcl01, displayed size of fonts are relatively small compared with X11 version and/or MS Word on my MacBook. If I replace the value 72.0 in vcl/aqua/source/gdi/salgdi.c (AquaSalGraphics::GetFontMetric() and AquaSalGraphics::SetFont()) with 96.0, I can get relatively comparable result (However, this causes displayed size of fonts in other parts like dialog also bigger).
This was probably my fault. When I rewrote AquaSalFrame::UpdateSettings() I should have removed the setting of a fixed font size and trust the Appearance Manager instead. Please check again with an updated vcl/aqua/source/window/salframe.cxx (remove the 72.0->96.0 replacement in salgdi.cxx first).
-- Herbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
