OpenOffice.org FontDescriptor
OOo controls have a Struct FontDescriptor that contains all the information about the text (font name, point size, etc.) so one would hope that to make an editbox have the same font as the containing text range, all you would have to do is textField.fontDescriptor = textRange.fontDescriptor but no such luck. FontDescriptors apply to everything [...]




