[fpc-pascal] Canvas.TextStyle
    Juha Manninen 
    juha.manninen62 at gmail.com
       
    Sat May 24 13:45:19 CEST 2014
    
    
  
On Sat, May 24, 2014 at 2:26 PM, Sven Barth <pascaldragon at googlemail.com> wrote:
> http://wiki.freepascal.org/User_Changes_2.4.0#Treating_direct-mapped_properties_as_regular_fields
Ok, then this becomes an LCL issue. How to port Delphi code like
  Canvas.TextFlags := Canvas.TextFlags or ETO_RTLREADING
  Canvas.TextFlags := Canvas.TextFlags or LAYOUT_SUPERSCRIPT;
TextStyle was the closest thing to TextFlags I could find.
If nobody knows the answer, I will continue my experiments. I know
this is not a Lazarus list.
Regards,
Juha
    
    
More information about the fpc-pascal
mailing list