diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2009-11-27 16:11:31 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-07-23 09:41:00 +0200 |
commit | eb30643705f18067e4e5374fa272c71a604403ab (patch) | |
tree | effab28fcd34bac5858d31c434aa124c39805da9 /docview/src | |
parent | 3ad5f0455a6e61d59968d40c63bd8579e51f0bfb (diff) | |
download | fpGUI-eb30643705f18067e4e5374fa272c71a604403ab.tar.xz |
Major refactoring in the CanvasFontManager unit. Work-in-Progress!
The CanvasFontManager unit has totally been reworked to use the native
TfpgFont class instead of TLogicalFont, TFontFace etc... The code is
a lot more simplified now and DocView can actually display content
but there are some width wrapping issues and AV's on changing topics.
This will be fixed next.
Diffstat (limited to 'docview/src')
-rw-r--r-- | docview/src/SettingsUnit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/src/SettingsUnit.pas b/docview/src/SettingsUnit.pas index 77c72cce..6b49aee1 100644 --- a/docview/src/SettingsUnit.pas +++ b/docview/src/SettingsUnit.pas @@ -55,7 +55,7 @@ Const NumFontSettings = 1; -Type +type TIndexStyle = ( isAlphabetical, isFileOnly, isFull ); TToolbarStyle = ( tsNone, tsImages, tsText, tsImagesAndText ); TGlobalSearchLocation = ( gsHelpPaths, gsFixedDrives, gsSelectedHelpPaths, gsCustom ); |